Html Css Color HEX #996F18 Golden Brown

📋 copy color: '#996F18'

red 153 ◦ green 111 ◦ blue 24

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

Shades of Golden Brown #996F18

Tints of Golden Brown #996F18

RGB

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

 GREEN value IS 111 (43.75% from 255) = 38.54%

 BLUE value IS 24 (9.77% from 255) = 8.33%

R = 53.13%
G = 38.54%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.84

 K value IS 0.4

RGB Variations

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

Color information

#996F18 (or 0x996F18) is known color: Golden Brown. HEX triplet: 99, 6F and 18. RGB value is (153,111,24). Sum of RGB (Red+Green+Blue) = 153+111+24=288 (38% of max value = 765). Red value is 153 (60.16% from 255 or 53.12% from 288); Green value is 111 (43.75% from 255 or 38.54% from 288); Blue value is 24 (9.77% from 255 or 8.33% from 288); Max value from RGB is 153 - color contains mainly: red. Hex color #996F18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #996F18 is #6690E7. Grayscale: #727272. Windows color (decimal): -6721768 or 1601433. OLE color: 1601433.

HSL color Cylindrical-coordinate representation of color #996F18: hue angle of 40.47º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #996F18 is Cyan = 0, Magento = 0.27, Yellow = 0.84 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 111 24 -
CMYK 0 0.27 0.84 0.4
HSL 40.47º 0.73% 0.35% -
HSV(B) 40.47º 0.84% 0.6% -
XYZ 18.99 18.21 3.38 -
YUV 113.64 77.41 156.07 -
System Red Green Blue C M Y K H S L
Decimal 153 111 24 0 0.27 0.84 0.4 40.47 0.73 0.35
Hex 99 6F 18 0 1B 54 28 28 49 23
Octal 231 157 30 0 33 124 50 50 111 43
Binary 10011001 1101111 11000 0 11011 1010100 101000 101000 1001001 100011

Color Harmonies of #996F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996F18

Black with #996F18

Text Example


Text Example

White with #996F18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,111,24); }

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

background-color css

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

 a { background-color: rgb(153,111,24); }

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

border-color css

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

 span { border-color: rgb(153,111,24); }

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