#97704B

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

Shades of Pale Brown #97704B

Tints of Pale Brown #97704B

Color information

#97704B (or 0x97704B) is unknown color: approx Pale Brown. HEX triplet: 97, 70 and 4B. RGB value is (151,112,75). Sum of RGB (Red+Green+Blue) = 151+112+75=338 (44% of max value = 765). Red value is 151 (59.38% from 255 or 44.67% from 338); Green value is 112 (44.14% from 255 or 33.14% from 338); Blue value is 75 (29.69% from 255 or 22.19% from 338); Max value from RGB is 151 - color contains mainly: red. Hex color #97704B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #97704B is #688FB4. Grayscale: #777777. Windows color (decimal): -6852533 or 4944023. OLE color: 4944023.

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

Color convert

RGB15111275-
CMYK00.260.500.41
HSL29.21º33.63%44.31%-
HSV(B)29.21º50.33%59.22%-
XYZ19.8318.689.22-
YUV119.44102.92150.51-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 44.67%
GREEN value IS 112 (44.14% from 255) = 33.14%
BLUE value IS 75 (29.69% from 255) = 22.19%
R=44.67%
G=33.14%
B=22.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.50
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511127500.260.500.4129.2133.6344.31
Hex97704B01A32291d222c
Octal2271601130326251354254
Binary100101111110000100101101101011001010100111101100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97704B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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