Html Css Color HEX #997415 Golden Brown

📋 copy color: '#997415'

red 153 ◦ green 116 ◦ blue 21

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

Shades of Golden Brown #997415

Tints of Golden Brown #997415

RGB

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

 GREEN value IS 116 (45.7% from 255) = 40%

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

R = 52.76%
G = 40%
B = 7.24%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.86

 K value IS 0.4

RGB Variations

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

Color information

#997415 (or 0x997415) is known color: Golden Brown. HEX triplet: 99, 74 and 15. RGB value is (153,116,21). Sum of RGB (Red+Green+Blue) = 153+116+21=290 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.76% from 290); Green value is 116 (45.70% from 255 or 40% from 290); Blue value is 21 (8.59% from 255 or 7.24% from 290); Max value from RGB is 153 - color contains mainly: red. Hex color #997415 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #997415 is #668BEA. Grayscale: #747474. Windows color (decimal): -6720491 or 1406105. OLE color: 1406105.

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

Color convert

RGB 153 116 21 -
CMYK 0 0.24 0.86 0.4
HSL 43.18º 0.76% 0.34% -
HSV(B) 43.18º 0.86% 0.6% -
XYZ 19.52 19.32 3.41 -
YUV 116.23 74.26 154.22 -
System Red Green Blue C M Y K H S L
Decimal 153 116 21 0 0.24 0.86 0.4 43.18 0.76 0.34
Hex 99 74 15 0 18 56 28 2B 4C 22
Octal 231 164 25 0 30 126 50 53 114 42
Binary 10011001 1110100 10101 0 11000 1010110 101000 101011 1001100 100010

Color Harmonies of #997415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997415

Black with #997415

Text Example


Text Example

White with #997415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997415; }

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

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

background-color css

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

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

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

border-color css

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

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

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