Html Css Color HEX #997115 Golden Brown

📋 copy color: '#997115'

red 153 ◦ green 113 ◦ blue 21

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

Shades of Golden Brown #997115

Tints of Golden Brown #997115

RGB

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

 GREEN value IS 113 (44.53% from 255) = 39.37%

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

R = 53.31%
G = 39.37%
B = 7.32%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.86

 K value IS 0.4

RGB Variations

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

Color information

#997115 (or 0x997115) is known color: Golden Brown. HEX triplet: 99, 71 and 15. RGB value is (153,113,21). Sum of RGB (Red+Green+Blue) = 153+113+21=287 (38% of max value = 765). Red value is 153 (60.16% from 255 or 53.31% from 287); Green value is 113 (44.53% from 255 or 39.37% from 287); Blue value is 21 (8.59% from 255 or 7.32% from 287); Max value from RGB is 153 - color contains mainly: red. Hex color #997115 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #997115 is #668EEA. Grayscale: #727272. Windows color (decimal): -6721259 or 1405337. OLE color: 1405337.

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

Color convert

RGB 153 113 21 -
CMYK 0 0.26 0.86 0.4
HSL 41.82º 0.76% 0.34% -
HSV(B) 41.82º 0.86% 0.6% -
XYZ 19.18 18.64 3.3 -
YUV 114.47 75.25 155.48 -
System Red Green Blue C M Y K H S L
Decimal 153 113 21 0 0.26 0.86 0.4 41.82 0.76 0.34
Hex 99 71 15 0 1A 56 28 2A 4C 22
Octal 231 161 25 0 32 126 50 52 114 42
Binary 10011001 1110001 10101 0 11010 1010110 101000 101010 1001100 100010

Color Harmonies of #997115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997115

Black with #997115

Text Example


Text Example

White with #997115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997115; }

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

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

background-color css

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

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

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

border-color css

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

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

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