Html Css Color HEX #996018 Golden Brown

📋 copy color: '#996018'

red 153 ◦ green 96 ◦ blue 24

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

Shades of Golden Brown #996018

Tints of Golden Brown #996018

RGB

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

 GREEN value IS 96 (37.89% from 255) = 35.16%

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

R = 56.04%
G = 35.16%
B = 8.79%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.84

 K value IS 0.4

RGB Variations

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

Color information

#996018 (or 0x996018) is known color: Golden Brown. HEX triplet: 99, 60 and 18. RGB value is (153,96,24). Sum of RGB (Red+Green+Blue) = 153+96+24=273 (36% of max value = 765). Red value is 153 (60.16% from 255 or 56.04% from 273); Green value is 96 (37.89% from 255 or 35.16% from 273); Blue value is 24 (9.77% from 255 or 8.79% from 273); Max value from RGB is 153 - color contains mainly: red. Hex color #996018 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #996018 is #669FE7. Grayscale: #696969. Windows color (decimal): -6725608 or 1597593. OLE color: 1597593.

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

Color convert

RGB 153 96 24 -
CMYK 0 0.37 0.84 0.4
HSL 33.49º 0.73% 0.35% -
HSV(B) 33.49º 0.84% 0.6% -
XYZ 17.48 15.2 2.88 -
YUV 104.84 82.38 162.35 -
System Red Green Blue C M Y K H S L
Decimal 153 96 24 0 0.37 0.84 0.4 33.49 0.73 0.35
Hex 99 60 18 0 25 54 28 21 49 23
Octal 231 140 30 0 45 124 50 41 111 43
Binary 10011001 1100000 11000 0 100101 1010100 101000 100001 1001001 100011

Color Harmonies of #996018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996018

Black with #996018

Text Example


Text Example

White with #996018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996018; }

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

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

background-color css

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

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

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

border-color css

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

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

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