Html Css Color HEX #997215 Golden Brown

📋 copy color: '#997215'

red 153 ◦ green 114 ◦ blue 21

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

Shades of Golden Brown #997215

Tints of Golden Brown #997215

RGB

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

 GREEN value IS 114 (44.92% from 255) = 39.58%

 BLUE value IS 21 (8.59% from 255) = 7.29%

R = 53.13%
G = 39.58%
B = 7.29%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.86

 K value IS 0.4

RGB Variations

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

Color information

#997215 (or 0x997215) is known color: Golden Brown. HEX triplet: 99, 72 and 15. RGB value is (153,114,21). Sum of RGB (Red+Green+Blue) = 153+114+21=288 (38% of max value = 765). Red value is 153 (60.16% from 255 or 53.12% from 288); Green value is 114 (44.92% from 255 or 39.58% from 288); Blue value is 21 (8.59% from 255 or 7.29% from 288); Max value from RGB is 153 - color contains mainly: red. Hex color #997215 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #997215 is #668DEA. Grayscale: #737373. Windows color (decimal): -6721003 or 1405593. OLE color: 1405593.

HSL color Cylindrical-coordinate representation of color #997215: hue angle of 42.27º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #997215 is Cyan = 0, Magento = 0.25, Yellow = 0.86 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 114 21 -
CMYK 0 0.25 0.86 0.4
HSL 42.27º 0.76% 0.34% -
HSV(B) 42.27º 0.86% 0.6% -
XYZ 19.29 18.86 3.33 -
YUV 115.06 74.92 155.06 -
System Red Green Blue C M Y K H S L
Decimal 153 114 21 0 0.25 0.86 0.4 42.27 0.76 0.34
Hex 99 72 15 0 19 56 28 2A 4C 22
Octal 231 162 25 0 31 126 50 52 114 42
Binary 10011001 1110010 10101 0 11001 1010110 101000 101010 1001100 100010

Color Harmonies of #997215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997215

Black with #997215

Text Example


Text Example

White with #997215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997215; }

 p { color: rgb(153,114,21); }

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

background-color css

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

 a { background-color: rgb(153,114,21); }

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

border-color css

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

 span { border-color: rgb(153,114,21); }

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