Html Css Color HEX #996918 Golden Brown

📋 copy color: '#996918'

red 153 ◦ green 105 ◦ blue 24

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

Shades of Golden Brown #996918

Tints of Golden Brown #996918

RGB

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

 GREEN value IS 105 (41.41% from 255) = 37.23%

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

R = 54.26%
G = 37.23%
B = 8.51%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.84

 K value IS 0.4

RGB Variations

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

Color information

#996918 (or 0x996918) is known color: Golden Brown. HEX triplet: 99, 69 and 18. RGB value is (153,105,24). Sum of RGB (Red+Green+Blue) = 153+105+24=282 (37% of max value = 765). Red value is 153 (60.16% from 255 or 54.26% from 282); Green value is 105 (41.41% from 255 or 37.23% from 282); Blue value is 24 (9.77% from 255 or 8.51% from 282); Max value from RGB is 153 - color contains mainly: red. Hex color #996918 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #996918 is #6696E7. Grayscale: #6E6E6E. Windows color (decimal): -6723304 or 1599897. OLE color: 1599897.

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

Color convert

RGB 153 105 24 -
CMYK 0 0.31 0.84 0.4
HSL 37.67º 0.73% 0.35% -
HSV(B) 37.67º 0.84% 0.6% -
XYZ 18.35 16.94 3.17 -
YUV 110.12 79.4 158.59 -
System Red Green Blue C M Y K H S L
Decimal 153 105 24 0 0.31 0.84 0.4 37.67 0.73 0.35
Hex 99 69 18 0 1F 54 28 26 49 23
Octal 231 151 30 0 37 124 50 46 111 43
Binary 10011001 1101001 11000 0 11111 1010100 101000 100110 1001001 100011

Color Harmonies of #996918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996918

Black with #996918

Text Example


Text Example

White with #996918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996918; }

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

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

background-color css

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

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

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

border-color css

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

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

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