Html Css Color HEX #996111 Golden Brown

📋 copy color: '#996111'

red 153 ◦ green 97 ◦ blue 17

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

Shades of Golden Brown #996111

Tints of Golden Brown #996111

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 6.37%

R = 57.3%
G = 36.33%
B = 6.37%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.89

 K value IS 0.4

RGB Variations

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

Color information

#996111 (or 0x996111) is known color: Golden Brown. HEX triplet: 99, 61 and 11. RGB value is (153,97,17). Sum of RGB (Red+Green+Blue) = 153+97+17=267 (35% of max value = 765). Red value is 153 (60.16% from 255 or 57.30% from 267); Green value is 97 (38.28% from 255 or 36.33% from 267); Blue value is 17 (7.03% from 255 or 6.37% from 267); Max value from RGB is 153 - color contains mainly: red. Hex color #996111 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #996111 is #669EEE. Grayscale: #696969. Windows color (decimal): -6725359 or 1139097. OLE color: 1139097.

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

Color convert

RGB 153 97 17 -
CMYK 0 0.37 0.89 0.4
HSL 35.29º 0.8% 0.33% -
HSV(B) 35.29º 0.89% 0.6% -
XYZ 17.51 15.36 2.57 -
YUV 104.62 78.55 162.5 -
System Red Green Blue C M Y K H S L
Decimal 153 97 17 0 0.37 0.89 0.4 35.29 0.8 0.33
Hex 99 61 11 0 25 59 28 23 50 21
Octal 231 141 21 0 45 131 50 43 120 41
Binary 10011001 1100001 10001 0 100101 1011001 101000 100011 1010000 100001

Color Harmonies of #996111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996111

Black with #996111

Text Example


Text Example

White with #996111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996111; }

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

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

background-color css

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

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

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

border-color css

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

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

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