Html Css Color HEX #996108 Golden Brown

📋 copy color: '#996108'

red 153 ◦ green 97 ◦ blue 8

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

Shades of Golden Brown #996108

Tints of Golden Brown #996108

RGB

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

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

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

R = 59.3%
G = 37.6%
B = 3.1%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.95

 K value IS 0.4

RGB Variations

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

Color information

#996108 (or 0x996108) is known color: Golden Brown. HEX triplet: 99, 61 and 08. RGB value is (153,97,8). Sum of RGB (Red+Green+Blue) = 153+97+8=258 (34% of max value = 765). Red value is 153 (60.16% from 255 or 59.30% from 258); Green value is 97 (38.28% from 255 or 37.60% from 258); Blue value is 8 (3.52% from 255 or 3.10% from 258); Max value from RGB is 153 - color contains mainly: red. Hex color #996108 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #996108 is #669EF7. Grayscale: #686868. Windows color (decimal): -6725368 or 549273. OLE color: 549273.

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

Color convert

RGB 153 97 8 -
CMYK 0 0.37 0.95 0.4
HSL 36.83º 0.9% 0.32% -
HSV(B) 36.83º 0.95% 0.6% -
XYZ 17.46 15.34 2.27 -
YUV 103.6 74.05 163.24 -
System Red Green Blue C M Y K H S L
Decimal 153 97 8 0 0.37 0.95 0.4 36.83 0.9 0.32
Hex 99 61 8 0 25 5F 28 25 5A 20
Octal 231 141 10 0 45 137 50 45 132 40
Binary 10011001 1100001 1000 0 100101 1011111 101000 100101 1011010 100000

Color Harmonies of #996108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996108

Black with #996108

Text Example


Text Example

White with #996108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996108; }

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

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

background-color css

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

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

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

border-color css

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

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

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