#97640A

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

Shades of Golden Brown #97640A

Tints of Golden Brown #97640A

Color information

#97640A (or 0x97640A) is unknown color: approx Golden Brown. HEX triplet: 97, 64 and 0A. RGB value is (151,100,10). Sum of RGB (Red+Green+Blue) = 151+100+10=261 (34% of max value = 765). Red value is 151 (59.38% from 255 or 57.85% from 261); Green value is 100 (39.45% from 255 or 38.31% from 261); Blue value is 10 (4.30% from 255 or 3.83% from 261); Max value from RGB is 151 - color contains mainly: red. Hex color #97640A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #97640A is #689BF5. Grayscale: #696969. Windows color (decimal): -6855670 or 681111. OLE color: 681111.

HSL color Cylindrical-coordinate representation of color #97640A: hue angle of 38.3º 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 #97640A is Cyan = 0, Magento = 0.34, Yellow = 0.93 and Black (K on CMYK) = 0.41.

Color convert

RGB15110010-
CMYK00.340.930.41
HSL38.3º87.58%31.57%-
HSV(B)38.3º93.38%59.22%-
XYZ17.3715.722.4-
YUV104.9974.4160.82-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 57.85%
GREEN value IS 100 (39.45% from 255) = 38.31%
BLUE value IS 10 (4.30% from 255) = 3.83%
R=57.85%
G=38.31%
B=3.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.93
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511001000.340.930.4138.387.5831.57
Hex9764A0225D29265820
Octal22714412042135514613040
Binary1001011111001001010010001010111011010011001101011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97640A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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