Html Css Color HEX #976115 Golden Brown

📋 copy color: '#976115'

red 151 ◦ green 97 ◦ blue 21

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

Shades of Golden Brown #976115

Tints of Golden Brown #976115

RGB

 RED value IS 151 (59.38% from 255) = 56.13%

 GREEN value IS 97 (38.28% from 255) = 36.06%

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

R = 56.13%
G = 36.06%
B = 7.81%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.86

 K value IS 0.41

RGB Variations

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

Color information

#976115 (or 0x976115) is known color: Golden Brown. HEX triplet: 97, 61 and 15. RGB value is (151,97,21). Sum of RGB (Red+Green+Blue) = 151+97+21=269 (35% of max value = 765). Red value is 151 (59.38% from 255 or 56.13% from 269); Green value is 97 (38.28% from 255 or 36.06% from 269); Blue value is 21 (8.59% from 255 or 7.81% from 269); Max value from RGB is 151 - color contains mainly: red. Hex color #976115 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #976115 is #689EEA. Grayscale: #686868. Windows color (decimal): -6856427 or 1401239. OLE color: 1401239.

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

Color convert

RGB 151 97 21 -
CMYK 0 0.36 0.86 0.41
HSL 35.08º 0.76% 0.34% -
HSV(B) 35.08º 0.86% 0.59% -
XYZ 17.17 15.18 2.73 -
YUV 104.48 80.89 161.18 -
System Red Green Blue C M Y K H S L
Decimal 151 97 21 0 0.36 0.86 0.41 35.08 0.76 0.34
Hex 97 61 15 0 24 56 29 23 4C 22
Octal 227 141 25 0 44 126 51 43 114 42
Binary 10010111 1100001 10101 0 100100 1010110 101001 100011 1001100 100010

Color Harmonies of #976115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976115

Black with #976115

Text Example


Text Example

White with #976115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976115; }

 p { color: rgb(151,97,21); }

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

background-color css

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

 a { background-color: rgb(151,97,21); }

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

border-color css

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

 span { border-color: rgb(151,97,21); }

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