#976318

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

Shades of Golden Brown #976318

Tints of Golden Brown #976318

Color information

#976318 (or 0x976318) is unknown color: approx Golden Brown. HEX triplet: 97, 63 and 18. RGB value is (151,99,24). Sum of RGB (Red+Green+Blue) = 151+99+24=274 (36% of max value = 765). Red value is 151 (59.38% from 255 or 55.11% from 274); Green value is 99 (39.06% from 255 or 36.13% from 274); Blue value is 24 (9.77% from 255 or 8.76% from 274); Max value from RGB is 151 - color contains mainly: red. Hex color #976318 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #976318 is #689CE7. Grayscale: #6A6A6A. Windows color (decimal): -6855912 or 1598359. OLE color: 1598359.

HSL color Cylindrical-coordinate representation of color #976318: hue angle of 35.43º 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 #976318 is Cyan = 0, Magento = 0.34, Yellow = 0.84 and Black (K on CMYK) = 0.41.

Color convert

RGB1519924-
CMYK00.340.840.41
HSL35.43º72.57%34.31%-
HSV(B)35.43º84.11%59.22%-
XYZ17.3915.572.95-
YUV10681.73160.1-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 55.11%
GREEN value IS 99 (39.06% from 255) = 36.13%
BLUE value IS 24 (9.77% from 255) = 8.76%
R=55.11%
G=36.13%
B=8.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.84
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151992400.340.840.4135.4372.5734.31
Hex9763180225429234922
Octal22714330042124514311142
Binary10010111110001111000010001010101001010011000111001001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #976318; }

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

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

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

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

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

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

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

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