Html Css Color HEX #996808 Golden Brown

📋 copy color: '#996808'

red 153 ◦ green 104 ◦ blue 8

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

Shades of Golden Brown #996808

Tints of Golden Brown #996808

RGB

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

 GREEN value IS 104 (41.02% from 255) = 39.25%

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

R = 57.74%
G = 39.25%
B = 3.02%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.95

 K value IS 0.4

RGB Variations

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

Color information

#996808 (or 0x996808) is known color: Golden Brown. HEX triplet: 99, 68 and 08. RGB value is (153,104,8). Sum of RGB (Red+Green+Blue) = 153+104+8=265 (35% of max value = 765). Red value is 153 (60.16% from 255 or 57.74% from 265); Green value is 104 (41.02% from 255 or 39.25% from 265); Blue value is 8 (3.52% from 255 or 3.02% from 265); Max value from RGB is 153 - color contains mainly: red. Hex color #996808 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #996808 is #6697F7. Grayscale: #6C6C6C. Windows color (decimal): -6723576 or 551065. OLE color: 551065.

HSL color Cylindrical-coordinate representation of color #996808: hue angle of 39.72º 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 #996808 is Cyan = 0, Magento = 0.32, Yellow = 0.95 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 104 8 -
CMYK 0 0.32 0.95 0.4
HSL 39.72º 0.9% 0.32% -
HSV(B) 39.72º 0.95% 0.6% -
XYZ 18.13 16.69 2.5 -
YUV 107.71 71.73 160.31 -
System Red Green Blue C M Y K H S L
Decimal 153 104 8 0 0.32 0.95 0.4 39.72 0.9 0.32
Hex 99 68 8 0 20 5F 28 28 5A 20
Octal 231 150 10 0 40 137 50 50 132 40
Binary 10011001 1101000 1000 0 100000 1011111 101000 101000 1011010 100000

Color Harmonies of #996808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996808

Black with #996808

Text Example


Text Example

White with #996808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996808; }

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

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

background-color css

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

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

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

border-color css

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

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

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