#97680C

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

Shades of Golden Brown #97680C

Tints of Golden Brown #97680C

Color information

#97680C (or 0x97680C) is unknown color: approx Golden Brown. HEX triplet: 97, 68 and 0C. RGB value is (151,104,12). Sum of RGB (Red+Green+Blue) = 151+104+12=267 (35% of max value = 765). Red value is 151 (59.38% from 255 or 56.55% from 267); Green value is 104 (41.02% from 255 or 38.95% from 267); Blue value is 12 (5.08% from 255 or 4.49% from 267); Max value from RGB is 151 - color contains mainly: red. Hex color #97680C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #97680C is #6897F3. Grayscale: #6B6B6B. Windows color (decimal): -6854644 or 813207. OLE color: 813207.

HSL color Cylindrical-coordinate representation of color #97680C: hue angle of 39.71º 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 #97680C is Cyan = 0, Magento = 0.31, Yellow = 0.92 and Black (K on CMYK) = 0.41.

Color convert

RGB15110412-
CMYK00.310.920.41
HSL39.71º85.28%31.96%-
HSV(B)39.71º92.05%59.22%-
XYZ17.7816.512.6-
YUV107.5674.07158.98-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 56.55%
GREEN value IS 104 (41.02% from 255) = 38.95%
BLUE value IS 12 (5.08% from 255) = 4.49%
R=56.55%
G=38.95%
B=4.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.92
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511041200.310.920.4139.7185.2831.96
Hex9768C01F5C29285520
Octal22715014037134515012540
Binary100101111101000110001111110111001010011010001010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97680C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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