Html Css Color HEX #996A08 Golden Brown

📋 copy color: '#996A08'

red 153 ◦ green 106 ◦ blue 8

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

Shades of Golden Brown #996A08

Tints of Golden Brown #996A08

RGB

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

 GREEN value IS 106 (41.8% from 255) = 39.7%

 BLUE value IS 8 (3.52% from 255) = 3%

R = 57.3%
G = 39.7%
B = 3%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.95

 K value IS 0.4

RGB Variations

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

Color information

#996A08 (or 0x996A08) is known color: Golden Brown. HEX triplet: 99, 6A and 08. RGB value is (153,106,8). Sum of RGB (Red+Green+Blue) = 153+106+8=267 (35% of max value = 765). Red value is 153 (60.16% from 255 or 57.30% from 267); Green value is 106 (41.80% from 255 or 39.70% from 267); Blue value is 8 (3.52% from 255 or 3.00% from 267); Max value from RGB is 153 - color contains mainly: red. Hex color #996A08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #996A08 is #6695F7. Grayscale: #6D6D6D. Windows color (decimal): -6723064 or 551577. OLE color: 551577.

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

Color convert

RGB 153 106 8 -
CMYK 0 0.31 0.95 0.4
HSL 40.55º 0.9% 0.32% -
HSV(B) 40.55º 0.95% 0.6% -
XYZ 18.33 17.1 2.56 -
YUV 108.88 71.07 159.47 -
System Red Green Blue C M Y K H S L
Decimal 153 106 8 0 0.31 0.95 0.4 40.55 0.9 0.32
Hex 99 6A 8 0 1F 5F 28 29 5A 20
Octal 231 152 10 0 37 137 50 51 132 40
Binary 10011001 1101010 1000 0 11111 1011111 101000 101001 1011010 100000

Color Harmonies of #996A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996A08

Black with #996A08

Text Example


Text Example

White with #996A08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,106,8); }

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

background-color css

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

 a { background-color: rgb(153,106,8); }

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

border-color css

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

 span { border-color: rgb(153,106,8); }

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