#97700F

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

Shades of Golden Brown #97700F

Tints of Golden Brown #97700F

Color information

#97700F (or 0x97700F) is unknown color: approx Golden Brown. HEX triplet: 97, 70 and 0F. RGB value is (151,112,15). Sum of RGB (Red+Green+Blue) = 151+112+15=278 (36% of max value = 765). Red value is 151 (59.38% from 255 or 54.32% from 278); Green value is 112 (44.14% from 255 or 40.29% from 278); Blue value is 15 (6.25% from 255 or 5.40% from 278); Max value from RGB is 151 - color contains mainly: red. Hex color #97700F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #97700F is #688FF0. Grayscale: #717171. Windows color (decimal): -6852593 or 1011863. OLE color: 1011863.

HSL color Cylindrical-coordinate representation of color #97700F: hue angle of 42.79º 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 #97700F is Cyan = 0, Magento = 0.26, Yellow = 0.90 and Black (K on CMYK) = 0.41.

Color convert

RGB15111215-
CMYK00.260.900.41
HSL42.79º81.93%32.55%-
HSV(B)42.79º90.07%59.22%-
XYZ18.6418.22.98-
YUV112.672.92155.39-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 54.32%
GREEN value IS 112 (44.14% from 255) = 40.29%
BLUE value IS 15 (6.25% from 255) = 5.40%
R=54.32%
G=40.29%
B=5.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.90
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511121500.260.900.4142.7981.9332.55
Hex9770F01A5A292b5221
Octal22716017032132515312241
Binary100101111110000111101101010110101010011010111010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97700F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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