Html Css Color HEX #996515 Golden Brown

📋 copy color: '#996515'

red 153 ◦ green 101 ◦ blue 21

#996515
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Brown #996515

Tints of Golden Brown #996515

RGB

 RED value IS 153 (60.16% from 255) = 55.64%

 GREEN value IS 101 (39.84% from 255) = 36.73%

 BLUE value IS 21 (8.59% from 255) = 7.64%

R = 55.64%
G = 36.73%
B = 7.64%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.86

 K value IS 0.4

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#996515 (or 0x996515) is known color: Golden Brown. HEX triplet: 99, 65 and 15. RGB value is (153,101,21). Sum of RGB (Red+Green+Blue) = 153+101+21=275 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.64% from 275); Green value is 101 (39.84% from 255 or 36.73% from 275); Blue value is 21 (8.59% from 255 or 7.64% from 275); Max value from RGB is 153 - color contains mainly: red. Hex color #996515 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #996515 is #669AEA. Grayscale: #6B6B6B. Windows color (decimal): -6724331 or 1402265. OLE color: 1402265.

HSL color Cylindrical-coordinate representation of color #996515: hue angle of 36.36º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #996515 is Cyan = 0, Magento = 0.34, Yellow = 0.86 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 101 21 -
CMYK 0 0.34 0.86 0.4
HSL 36.36º 0.76% 0.34% -
HSV(B) 36.36º 0.86% 0.6% -
XYZ 17.93 16.13 2.88 -
YUV 107.43 79.23 160.5 -
System Red Green Blue C M Y K H S L
Decimal 153 101 21 0 0.34 0.86 0.4 36.36 0.76 0.34
Hex 99 65 15 0 22 56 28 24 4C 22
Octal 231 145 25 0 42 126 50 44 114 42
Binary 10011001 1100101 10101 0 100010 1010110 101000 100100 1001100 100010

Color Harmonies of #996515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996515

Black with #996515

Text Example


Text Example

White with #996515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996515; }

 p { color: rgb(153,101,21); }

 H1.HeaderClassName
 {
   color: #996515;
 }
 .AnyTagClassName
 {
   color: #996515;
 }
</style>

background-color css

<style>
 a { background-color: #996515; }

 a { background-color: rgb(153,101,21); }

 div.DivClassName
 {
   background-color: #996515;
 }
 .BgClassName
 {
   background-color: #996515;
 }
</style>

border-color css

<style>
 span { border-color: #996515; }

 span { border-color: rgb(153,101,21); }

 td.TdClassName
 {
   border-color: #996515;
 }
 .TagClassName
 {
   border-color: #996515;
 }
</style>