Html Css Color HEX #996106 Golden Brown

📋 copy color: '#996106'

red 153 ◦ green 97 ◦ blue 6

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

Shades of Golden Brown #996106

Tints of Golden Brown #996106

RGB

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

 GREEN value IS 97 (38.28% from 255) = 37.89%

 BLUE value IS 6 (2.73% from 255) = 2.34%

R = 59.77%
G = 37.89%
B = 2.34%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.96

 K value IS 0.4

RGB Variations

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

Color information

#996106 (or 0x996106) is known color: Golden Brown. HEX triplet: 99, 61 and 06. RGB value is (153,97,6). Sum of RGB (Red+Green+Blue) = 153+97+6=256 (33% of max value = 765). Red value is 153 (60.16% from 255 or 59.77% from 256); Green value is 97 (38.28% from 255 or 37.89% from 256); Blue value is 6 (2.73% from 255 or 2.34% from 256); Max value from RGB is 153 - color contains mainly: red. Hex color #996106 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #996106 is #669EF9. Grayscale: #676767. Windows color (decimal): -6725370 or 418201. OLE color: 418201.

HSL color Cylindrical-coordinate representation of color #996106: hue angle of 37.14º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #996106 is Cyan = 0, Magento = 0.37, Yellow = 0.96 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 97 6 -
CMYK 0 0.37 0.96 0.4
HSL 37.14º 0.92% 0.31% -
HSV(B) 37.14º 0.96% 0.6% -
XYZ 17.44 15.33 2.21 -
YUV 103.37 73.05 163.4 -
System Red Green Blue C M Y K H S L
Decimal 153 97 6 0 0.37 0.96 0.4 37.14 0.92 0.31
Hex 99 61 6 0 25 60 28 25 5C 1F
Octal 231 141 6 0 45 140 50 45 134 37
Binary 10011001 1100001 110 0 100101 1100000 101000 100101 1011100 11111

Color Harmonies of #996106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996106

Black with #996106

Text Example


Text Example

White with #996106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996106; }

 p { color: rgb(153,97,6); }

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

background-color css

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

 a { background-color: rgb(153,97,6); }

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

border-color css

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

 span { border-color: rgb(153,97,6); }

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