#97765B

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

Shades of Pale Brown #97765B

Tints of Pale Brown #97765B

Color information

#97765B (or 0x97765B) is unknown color: approx Pale Brown. HEX triplet: 97, 76 and 5B. RGB value is (151,118,91). Sum of RGB (Red+Green+Blue) = 151+118+91=360 (47% of max value = 765). Red value is 151 (59.38% from 255 or 41.94% from 360); Green value is 118 (46.48% from 255 or 32.78% from 360); Blue value is 91 (35.94% from 255 or 25.28% from 360); Max value from RGB is 151 - color contains mainly: red. Hex color #97765B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #97765B is #6889A4. Grayscale: #7C7C7C. Windows color (decimal): -6850981 or 5994135. OLE color: 5994135.

HSL color Cylindrical-coordinate representation of color #97765B: hue angle of 27º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #97765B is Cyan = 0, Magento = 0.22, Yellow = 0.40 and Black (K on CMYK) = 0.41.

Color convert

RGB15111891-
CMYK00.220.400.41
HSL27º24.79%47.45%-
HSV(B)27º39.74%59.22%-
XYZ21.1320.2912.7-
YUV124.79108.93146.7-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 41.94%
GREEN value IS 118 (46.48% from 255) = 32.78%
BLUE value IS 91 (35.94% from 255) = 25.28%
R=41.94%
G=32.78%
B=25.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.40
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511189100.220.400.412724.7947.45
Hex97765B01628291b192f
Octal2271661330265051333157
Binary10010111111011010110110101101010001010011101111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97765B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,118,91); }

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

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

 a { background-color: rgb(151,118,91); }

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

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

 span { border-color: rgb(151,118,91); }

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