#97660A

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

Shades of Golden Brown #97660A

Tints of Golden Brown #97660A

Color information

#97660A (or 0x97660A) is unknown color: approx Golden Brown. HEX triplet: 97, 66 and 0A. RGB value is (151,102,10). Sum of RGB (Red+Green+Blue) = 151+102+10=263 (34% of max value = 765). Red value is 151 (59.38% from 255 or 57.41% from 263); Green value is 102 (40.23% from 255 or 38.78% from 263); Blue value is 10 (4.30% from 255 or 3.80% from 263); Max value from RGB is 151 - color contains mainly: red. Hex color #97660A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #97660A is #6899F5. Grayscale: #6A6A6A. Windows color (decimal): -6855158 or 681623. OLE color: 681623.

HSL color Cylindrical-coordinate representation of color #97660A: hue angle of 39.15º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #97660A is Cyan = 0, Magento = 0.32, Yellow = 0.93 and Black (K on CMYK) = 0.41.

Color convert

RGB15110210-
CMYK00.320.930.41
HSL39.15º87.58%31.57%-
HSV(B)39.15º93.38%59.22%-
XYZ17.5716.12.47-
YUV106.1673.73159.98-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 57.41%
GREEN value IS 102 (40.23% from 255) = 38.78%
BLUE value IS 10 (4.30% from 255) = 3.80%
R=57.41%
G=38.78%
B=3.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.93
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511021000.320.930.4139.1587.5831.57
Hex9766A0205D29275820
Octal22714612040135514713040
Binary1001011111001101010010000010111011010011001111011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97660A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97660A; }

 p { color: rgb(151,102,10); }

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

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

 a { background-color: rgb(151,102,10); }

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

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

 span { border-color: rgb(151,102,10); }

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