Html Css Color HEX #996D05 Golden Brown

📋 copy color: '#996D05'

red 153 ◦ green 109 ◦ blue 5

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

Shades of Golden Brown #996D05

Tints of Golden Brown #996D05

RGB

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

 GREEN value IS 109 (42.97% from 255) = 40.82%

 BLUE value IS 5 (2.34% from 255) = 1.87%

R = 57.3%
G = 40.82%
B = 1.87%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.97

 K value IS 0.4

RGB Variations

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

Color information

#996D05 (or 0x996D05) is known color: Golden Brown. HEX triplet: 99, 6D and 05. RGB value is (153,109,5). Sum of RGB (Red+Green+Blue) = 153+109+5=267 (35% of max value = 765). Red value is 153 (60.16% from 255 or 57.30% from 267); Green value is 109 (42.97% from 255 or 40.82% from 267); Blue value is 5 (2.34% from 255 or 1.87% from 267); Max value from RGB is 153 - color contains mainly: red. Hex color #996D05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #996D05 is #6692FA. Grayscale: #6E6E6E. Windows color (decimal): -6722299 or 355737. OLE color: 355737.

HSL color Cylindrical-coordinate representation of color #996D05: hue angle of 42.16º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #996D05 is Cyan = 0, Magento = 0.29, Yellow = 0.97 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 109 5 -
CMYK 0 0.29 0.97 0.4
HSL 42.16º 0.94% 0.31% -
HSV(B) 42.16º 0.97% 0.6% -
XYZ 18.63 17.72 2.58 -
YUV 110.3 68.58 158.46 -
System Red Green Blue C M Y K H S L
Decimal 153 109 5 0 0.29 0.97 0.4 42.16 0.94 0.31
Hex 99 6D 5 0 1D 61 28 2A 5E 1F
Octal 231 155 5 0 35 141 50 52 136 37
Binary 10011001 1101101 101 0 11101 1100001 101000 101010 1011110 11111

Color Harmonies of #996D05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996D05

Black with #996D05

Text Example


Text Example

White with #996D05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996D05; }

 p { color: rgb(153,109,5); }

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

background-color css

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

 a { background-color: rgb(153,109,5); }

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

border-color css

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

 span { border-color: rgb(153,109,5); }

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