#97600C

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

Shades of Golden Brown #97600C

Tints of Golden Brown #97600C

Color information

#97600C (or 0x97600C) is unknown color: approx Golden Brown. HEX triplet: 97, 60 and 0C. RGB value is (151,96,12). Sum of RGB (Red+Green+Blue) = 151+96+12=259 (34% of max value = 765). Red value is 151 (59.38% from 255 or 58.30% from 259); Green value is 96 (37.89% from 255 or 37.07% from 259); Blue value is 12 (5.08% from 255 or 4.63% from 259); Max value from RGB is 151 - color contains mainly: red. Hex color #97600C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #97600C is #689FF3. Grayscale: #676767. Windows color (decimal): -6856692 or 811159. OLE color: 811159.

HSL color Cylindrical-coordinate representation of color #97600C: hue angle of 36.26º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #97600C is Cyan = 0, Magento = 0.36, Yellow = 0.92 and Black (K on CMYK) = 0.41.

Color convert

RGB1519612-
CMYK00.360.920.41
HSL36.26º85.28%31.96%-
HSV(B)36.26º92.05%59.22%-
XYZ17.0114.972.34-
YUV102.8776.72162.33-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 58.30%
GREEN value IS 96 (37.89% from 255) = 37.07%
BLUE value IS 12 (5.08% from 255) = 4.63%
R=58.30%
G=37.07%
B=4.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.92
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151961200.360.920.4136.2685.2831.96
Hex9760C0245C29245520
Octal22714014044134514412540
Binary1001011111000001100010010010111001010011001001010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97600C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97600C; }

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

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

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

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

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

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

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

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