#977306

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

Shades of Golden Brown #977306

Tints of Golden Brown #977306

Color information

#977306 (or 0x977306) is unknown color: approx Golden Brown. HEX triplet: 97, 73 and 06. RGB value is (151,115,6). Sum of RGB (Red+Green+Blue) = 151+115+6=272 (36% of max value = 765). Red value is 151 (59.38% from 255 or 55.51% from 272); Green value is 115 (45.31% from 255 or 42.28% from 272); Blue value is 6 (2.73% from 255 or 2.21% from 272); Max value from RGB is 151 - color contains mainly: red. Hex color #977306 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #977306 is #688CF9. Grayscale: #717171. Windows color (decimal): -6851834 or 422807. OLE color: 422807.

HSL color Cylindrical-coordinate representation of color #977306: hue angle of 45.1º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #977306 is Cyan = 0, Magento = 0.24, Yellow = 0.96 and Black (K on CMYK) = 0.41.

Color convert

RGB1511156-
CMYK00.240.960.41
HSL45.1º92.36%30.78%-
HSV(B)45.1º96.03%59.22%-
XYZ18.9318.852.81-
YUV113.3467.43154.86-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 55.51%
GREEN value IS 115 (45.31% from 255) = 42.28%
BLUE value IS 6 (2.73% from 255) = 2.21%
R=55.51%
G=42.28%
B=2.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.96
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151115600.240.960.4145.192.3630.78
Hex9773601860292d5c1f
Octal2271636030140515513437
Binary1001011111100111100110001100000101001101101101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #977306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #977306; }

 p { color: rgb(151,115,6); }

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

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

 a { background-color: rgb(151,115,6); }

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

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

 span { border-color: rgb(151,115,6); }

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