#976018

Color #976018 Golden Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Brown #976018

Tints of Golden Brown #976018

Color information

#976018 (or 0x976018) is unknown color: approx Golden Brown. HEX triplet: 97, 60 and 18. RGB value is (151,96,24). Sum of RGB (Red+Green+Blue) = 151+96+24=271 (35% of max value = 765). Red value is 151 (59.38% from 255 or 55.72% from 271); Green value is 96 (37.89% from 255 or 35.42% from 271); Blue value is 24 (9.77% from 255 or 8.86% from 271); Max value from RGB is 151 - color contains mainly: red. Hex color #976018 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #976018 is #689FE7. Grayscale: #686868. Windows color (decimal): -6856680 or 1597591. OLE color: 1597591.

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

Color convert

RGB1519624-
CMYK00.360.840.41
HSL34.02º72.57%34.31%-
HSV(B)34.02º84.11%59.22%-
XYZ17.1115.012.86-
YUV104.2482.72161.35-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 55.72%
GREEN value IS 96 (37.89% from 255) = 35.42%
BLUE value IS 24 (9.77% from 255) = 8.86%
R=55.72%
G=35.42%
B=8.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.84
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151962400.360.840.4134.0272.5734.31
Hex9760180245429224922
Octal22714030044124514211142
Binary10010111110000011000010010010101001010011000101001001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #976018; }

 p { color: rgb(151,96,24); }

 H1.HeaderClassName
 {
   color: #976018;
 }
 .AnyTagClassName
 {
   color: #976018;
 }
</style>
background-color css

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

 a { background-color: rgb(151,96,24); }

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

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

 span { border-color: rgb(151,96,24); }

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