Html Css Color HEX #996708 Golden Brown

📋 copy color: '#996708'

red 153 ◦ green 103 ◦ blue 8

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

Shades of Golden Brown #996708

Tints of Golden Brown #996708

RGB

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

 GREEN value IS 103 (40.63% from 255) = 39.02%

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

R = 57.95%
G = 39.02%
B = 3.03%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.95

 K value IS 0.4

RGB Variations

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

Color information

#996708 (or 0x996708) is known color: Golden Brown. HEX triplet: 99, 67 and 08. RGB value is (153,103,8). Sum of RGB (Red+Green+Blue) = 153+103+8=264 (34% of max value = 765). Red value is 153 (60.16% from 255 or 57.95% from 264); Green value is 103 (40.62% from 255 or 39.02% from 264); Blue value is 8 (3.52% from 255 or 3.03% from 264); Max value from RGB is 153 - color contains mainly: red. Hex color #996708 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #996708 is #6698F7. Grayscale: #6B6B6B. Windows color (decimal): -6723832 or 550809. OLE color: 550809.

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

Color convert

RGB 153 103 8 -
CMYK 0 0.33 0.95 0.4
HSL 39.31º 0.9% 0.32% -
HSV(B) 39.31º 0.95% 0.6% -
XYZ 18.03 16.49 2.46 -
YUV 107.12 72.07 160.72 -
System Red Green Blue C M Y K H S L
Decimal 153 103 8 0 0.33 0.95 0.4 39.31 0.9 0.32
Hex 99 67 8 0 21 5F 28 27 5A 20
Octal 231 147 10 0 41 137 50 47 132 40
Binary 10011001 1100111 1000 0 100001 1011111 101000 100111 1011010 100000

Color Harmonies of #996708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996708

Black with #996708

Text Example


Text Example

White with #996708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996708; }

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

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

background-color css

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

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

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

border-color css

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

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

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