Html Css Color HEX #976B15 Golden Brown

📋 copy color: '#976B15'

red 151 ◦ green 107 ◦ blue 21

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

Shades of Golden Brown #976B15

Tints of Golden Brown #976B15

RGB

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

 GREEN value IS 107 (42.19% from 255) = 38.35%

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

R = 54.12%
G = 38.35%
B = 7.53%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.86

 K value IS 0.41

RGB Variations

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

Color information

#976B15 (or 0x976B15) is known color: Golden Brown. HEX triplet: 97, 6B and 15. RGB value is (151,107,21). Sum of RGB (Red+Green+Blue) = 151+107+21=279 (36% of max value = 765). Red value is 151 (59.38% from 255 or 54.12% from 279); Green value is 107 (42.19% from 255 or 38.35% from 279); Blue value is 21 (8.59% from 255 or 7.53% from 279); Max value from RGB is 151 - color contains mainly: red. Hex color #976B15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #976B15 is #6894EA. Grayscale: #6E6E6E. Windows color (decimal): -6853867 or 1403799. OLE color: 1403799.

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

Color convert

RGB 151 107 21 -
CMYK 0 0.29 0.86 0.41
HSL 39.69º 0.76% 0.34% -
HSV(B) 39.69º 0.86% 0.59% -
XYZ 18.16 17.15 3.06 -
YUV 110.35 77.58 156.99 -
System Red Green Blue C M Y K H S L
Decimal 151 107 21 0 0.29 0.86 0.41 39.69 0.76 0.34
Hex 97 6B 15 0 1D 56 29 28 4C 22
Octal 227 153 25 0 35 126 51 50 114 42
Binary 10010111 1101011 10101 0 11101 1010110 101001 101000 1001100 100010

Color Harmonies of #976B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976B15

Black with #976B15

Text Example


Text Example

White with #976B15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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