#97660F

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

Shades of Golden Brown #97660F

Tints of Golden Brown #97660F

Color information

#97660F (or 0x97660F) is unknown color: approx Golden Brown. HEX triplet: 97, 66 and 0F. RGB value is (151,102,15). Sum of RGB (Red+Green+Blue) = 151+102+15=268 (35% of max value = 765). Red value is 151 (59.38% from 255 or 56.34% from 268); Green value is 102 (40.23% from 255 or 38.06% from 268); Blue value is 15 (6.25% from 255 or 5.60% from 268); Max value from RGB is 151 - color contains mainly: red. Hex color #97660F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #97660F is #6899F0. Grayscale: #6B6B6B. Windows color (decimal): -6855153 or 1009303. OLE color: 1009303.

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

Color convert

RGB15110215-
CMYK00.320.900.41
HSL38.38º81.93%32.55%-
HSV(B)38.38º90.07%59.22%-
XYZ17.616.122.64-
YUV106.7376.23159.57-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 56.34%
GREEN value IS 102 (40.23% from 255) = 38.06%
BLUE value IS 15 (6.25% from 255) = 5.60%
R=56.34%
G=38.06%
B=5.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.90
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511021500.320.900.4138.3881.9332.55
Hex9766F0205A29265221
Octal22714617040132514612241
Binary1001011111001101111010000010110101010011001101010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97660F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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