Html Css Color HEX #996409 Golden Brown

📋 copy color: '#996409'

red 153 ◦ green 100 ◦ blue 9

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

Shades of Golden Brown #996409

Tints of Golden Brown #996409

RGB

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

 GREEN value IS 100 (39.45% from 255) = 38.17%

 BLUE value IS 9 (3.91% from 255) = 3.44%

R = 58.4%
G = 38.17%
B = 3.44%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.94

 K value IS 0.4

RGB Variations

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

Color information

#996409 (or 0x996409) is known color: Golden Brown. HEX triplet: 99, 64 and 09. RGB value is (153,100,9). Sum of RGB (Red+Green+Blue) = 153+100+9=262 (34% of max value = 765). Red value is 153 (60.16% from 255 or 58.40% from 262); Green value is 100 (39.45% from 255 or 38.17% from 262); Blue value is 9 (3.91% from 255 or 3.44% from 262); Max value from RGB is 153 - color contains mainly: red. Hex color #996409 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #996409 is #669BF6. Grayscale: #696969. Windows color (decimal): -6724599 or 615577. OLE color: 615577.

HSL color Cylindrical-coordinate representation of color #996409: hue angle of 37.92º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #996409 is Cyan = 0, Magento = 0.35, Yellow = 0.94 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 100 9 -
CMYK 0 0.35 0.94 0.4
HSL 37.92º 0.89% 0.32% -
HSV(B) 37.92º 0.94% 0.6% -
XYZ 17.74 15.91 2.39 -
YUV 105.47 73.56 161.9 -
System Red Green Blue C M Y K H S L
Decimal 153 100 9 0 0.35 0.94 0.4 37.92 0.89 0.32
Hex 99 64 9 0 23 5E 28 26 59 20
Octal 231 144 11 0 43 136 50 46 131 40
Binary 10011001 1100100 1001 0 100011 1011110 101000 100110 1011001 100000

Color Harmonies of #996409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996409

Black with #996409

Text Example


Text Example

White with #996409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996409; }

 p { color: rgb(153,100,9); }

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

background-color css

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

 a { background-color: rgb(153,100,9); }

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

border-color css

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

 span { border-color: rgb(153,100,9); }

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