Html Css Color HEX #976C15 Golden Brown

📋 copy color: '#976C15'

red 151 ◦ green 108 ◦ blue 21

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

Shades of Golden Brown #976C15

Tints of Golden Brown #976C15

RGB

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

 GREEN value IS 108 (42.58% from 255) = 38.57%

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

R = 53.93%
G = 38.57%
B = 7.5%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.86

 K value IS 0.41

RGB Variations

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

Color information

#976C15 (or 0x976C15) is known color: Golden Brown. HEX triplet: 97, 6C and 15. RGB value is (151,108,21). Sum of RGB (Red+Green+Blue) = 151+108+21=280 (37% of max value = 765). Red value is 151 (59.38% from 255 or 53.93% from 280); Green value is 108 (42.58% from 255 or 38.57% from 280); Blue value is 21 (8.59% from 255 or 7.5% from 280); Max value from RGB is 151 - color contains mainly: red. Hex color #976C15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #976C15 is #6893EA. Grayscale: #6F6F6F. Windows color (decimal): -6853611 or 1404055. OLE color: 1404055.

HSL color Cylindrical-coordinate representation of color #976C15: hue angle of 40.15º 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 #976C15 is Cyan = 0, Magento = 0.28, Yellow = 0.86 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 108 21 -
CMYK 0 0.28 0.86 0.41
HSL 40.15º 0.76% 0.34% -
HSV(B) 40.15º 0.86% 0.59% -
XYZ 18.26 17.36 3.1 -
YUV 110.94 77.25 156.57 -
System Red Green Blue C M Y K H S L
Decimal 151 108 21 0 0.28 0.86 0.41 40.15 0.76 0.34
Hex 97 6C 15 0 1C 56 29 28 4C 22
Octal 227 154 25 0 34 126 51 50 114 42
Binary 10010111 1101100 10101 0 11100 1010110 101001 101000 1001100 100010

Color Harmonies of #976C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976C15

Black with #976C15

Text Example


Text Example

White with #976C15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976C15; }

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

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

background-color css

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

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

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

border-color css

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

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

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