#97704A

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

Shades of Pale Brown #97704A

Tints of Pale Brown #97704A

Color information

#97704A (or 0x97704A) is unknown color: approx Pale Brown. HEX triplet: 97, 70 and 4A. RGB value is (151,112,74). Sum of RGB (Red+Green+Blue) = 151+112+74=337 (44% of max value = 765). Red value is 151 (59.38% from 255 or 44.81% from 337); Green value is 112 (44.14% from 255 or 33.23% from 337); Blue value is 74 (29.30% from 255 or 21.96% from 337); Max value from RGB is 151 - color contains mainly: red. Hex color #97704A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #97704A is #688FB5. Grayscale: #777777. Windows color (decimal): -6852534 or 4878487. OLE color: 4878487.

HSL color Cylindrical-coordinate representation of color #97704A: hue angle of 29.61º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #97704A is Cyan = 0, Magento = 0.26, Yellow = 0.51 and Black (K on CMYK) = 0.41.

Color convert

RGB15111274-
CMYK00.260.510.41
HSL29.61º34.22%44.12%-
HSV(B)29.61º50.99%59.22%-
XYZ19.7918.669.04-
YUV119.33102.42150.59-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 44.81%
GREEN value IS 112 (44.14% from 255) = 33.23%
BLUE value IS 74 (29.30% from 255) = 21.96%
R=44.81%
G=33.23%
B=21.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.51
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511127400.260.510.4129.6134.2244.12
Hex97704A01A33291e222c
Octal2271601120326351364254
Binary100101111110000100101001101011001110100111110100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97704A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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