Html Css Color HEX #997018 Golden Brown

📋 copy color: '#997018'

red 153 ◦ green 112 ◦ blue 24

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

Shades of Golden Brown #997018

Tints of Golden Brown #997018

RGB

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

 GREEN value IS 112 (44.14% from 255) = 38.75%

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

R = 52.94%
G = 38.75%
B = 8.3%

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

#997018 (or 0x997018) is known color: Golden Brown. HEX triplet: 99, 70 and 18. RGB value is (153,112,24). Sum of RGB (Red+Green+Blue) = 153+112+24=289 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.94% from 289); Green value is 112 (44.14% from 255 or 38.75% from 289); Blue value is 24 (9.77% from 255 or 8.30% from 289); Max value from RGB is 153 - color contains mainly: red. Hex color #997018 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #997018 is #668FE7. Grayscale: #727272. Windows color (decimal): -6721512 or 1601689. OLE color: 1601689.

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

Color convert

RGB 153 112 24 -
CMYK 0 0.27 0.84 0.4
HSL 40.93º 0.73% 0.35% -
HSV(B) 40.93º 0.84% 0.6% -
XYZ 19.1 18.43 3.41 -
YUV 114.23 77.08 155.66 -
System Red Green Blue C M Y K H S L
Decimal 153 112 24 0 0.27 0.84 0.4 40.93 0.73 0.35
Hex 99 70 18 0 1B 54 28 29 49 23
Octal 231 160 30 0 33 124 50 51 111 43
Binary 10011001 1110000 11000 0 11011 1010100 101000 101001 1001001 100011

Color Harmonies of #997018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997018

Black with #997018

Text Example


Text Example

White with #997018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997018; }

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

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

background-color css

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

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

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

border-color css

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

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

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