Html Css Color HEX #996518 Golden Brown

📋 copy color: '#996518'

red 153 ◦ green 101 ◦ blue 24

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

Shades of Golden Brown #996518

Tints of Golden Brown #996518

RGB

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

 GREEN value IS 101 (39.84% from 255) = 36.33%

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

R = 55.04%
G = 36.33%
B = 8.63%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.84

 K value IS 0.4

RGB Variations

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

Color information

#996518 (or 0x996518) is known color: Golden Brown. HEX triplet: 99, 65 and 18. RGB value is (153,101,24). Sum of RGB (Red+Green+Blue) = 153+101+24=278 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.04% from 278); Green value is 101 (39.84% from 255 or 36.33% from 278); Blue value is 24 (9.77% from 255 or 8.63% from 278); Max value from RGB is 153 - color contains mainly: red. Hex color #996518 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #996518 is #669AE7. Grayscale: #6C6C6C. Windows color (decimal): -6724328 or 1598873. OLE color: 1598873.

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

Color convert

RGB 153 101 24 -
CMYK 0 0.34 0.84 0.4
HSL 35.81º 0.73% 0.35% -
HSV(B) 35.81º 0.84% 0.6% -
XYZ 17.96 16.15 3.03 -
YUV 107.77 80.73 160.26 -
System Red Green Blue C M Y K H S L
Decimal 153 101 24 0 0.34 0.84 0.4 35.81 0.73 0.35
Hex 99 65 18 0 22 54 28 24 49 23
Octal 231 145 30 0 42 124 50 44 111 43
Binary 10011001 1100101 11000 0 100010 1010100 101000 100100 1001001 100011

Color Harmonies of #996518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996518

Black with #996518

Text Example


Text Example

White with #996518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996518; }

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

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

background-color css

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

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

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

border-color css

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

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

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