#97701E

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

Shades of Golden Brown #97701E

Tints of Golden Brown #97701E

Color information

#97701E (or 0x97701E) is unknown color: approx Golden Brown. HEX triplet: 97, 70 and 1E. RGB value is (151,112,30). Sum of RGB (Red+Green+Blue) = 151+112+30=293 (38% of max value = 765). Red value is 151 (59.38% from 255 or 51.54% from 293); Green value is 112 (44.14% from 255 or 38.23% from 293); Blue value is 30 (12.11% from 255 or 10.24% from 293); Max value from RGB is 151 - color contains mainly: red. Hex color #97701E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #97701E is #688FE1. Grayscale: #727272. Windows color (decimal): -6852578 or 1994903. OLE color: 1994903.

HSL color Cylindrical-coordinate representation of color #97701E: hue angle of 40.66º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #97701E is Cyan = 0, Magento = 0.26, Yellow = 0.80 and Black (K on CMYK) = 0.41.

Color convert

RGB15111230-
CMYK00.260.800.41
HSL40.66º66.85%35.49%-
HSV(B)40.66º80.13%59.22%-
XYZ18.7918.263.76-
YUV114.3180.42154.17-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 51.54%
GREEN value IS 112 (44.14% from 255) = 38.23%
BLUE value IS 30 (12.11% from 255) = 10.24%
R=51.54%
G=38.23%
B=10.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.80
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511123000.260.800.4140.6666.8535.49
Hex97701E01A5029294323
Octal22716036032120515110343
Binary1001011111100001111001101010100001010011010011000011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97701E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97701E; }

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

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

<style>
 a { background-color: #97701E; }

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

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

<style>
 span { border-color: #97701E; }

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

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