#97630E

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

Shades of Golden Brown #97630E

Tints of Golden Brown #97630E

Color information

#97630E (or 0x97630E) is unknown color: approx Golden Brown. HEX triplet: 97, 63 and 0E. RGB value is (151,99,14). Sum of RGB (Red+Green+Blue) = 151+99+14=264 (34% of max value = 765). Red value is 151 (59.38% from 255 or 57.20% from 264); Green value is 99 (39.06% from 255 or 37.5% from 264); Blue value is 14 (5.86% from 255 or 5.30% from 264); Max value from RGB is 151 - color contains mainly: red. Hex color #97630E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #97630E is #689CF1. Grayscale: #696969. Windows color (decimal): -6855922 or 942999. OLE color: 942999.

HSL color Cylindrical-coordinate representation of color #97630E: hue angle of 37.23º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #97630E is Cyan = 0, Magento = 0.34, Yellow = 0.91 and Black (K on CMYK) = 0.41.

Color convert

RGB1519914-
CMYK00.340.910.41
HSL37.23º83.03%32.35%-
HSV(B)37.23º90.73%59.22%-
XYZ17.315.532.5-
YUV104.8676.73160.91-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 57.20%
GREEN value IS 99 (39.06% from 255) = 37.5%
BLUE value IS 14 (5.86% from 255) = 5.30%
R=57.20%
G=37.5%
B=5.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.91
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151991400.340.910.4137.2383.0332.35
Hex9763E0225B29255320
Octal22714316042133514512340
Binary1001011111000111110010001010110111010011001011010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97630E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,99,14); }

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

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

 a { background-color: rgb(151,99,14); }

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

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

 span { border-color: rgb(151,99,14); }

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