#97785B

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

Shades of Pale Brown #97785B

Tints of Pale Brown #97785B

Color information

#97785B (or 0x97785B) is unknown color: approx Pale Brown. HEX triplet: 97, 78 and 5B. RGB value is (151,120,91). Sum of RGB (Red+Green+Blue) = 151+120+91=362 (47% of max value = 765). Red value is 151 (59.38% from 255 or 41.71% from 362); Green value is 120 (47.27% from 255 or 33.15% from 362); Blue value is 91 (35.94% from 255 or 25.14% from 362); Max value from RGB is 151 - color contains mainly: red. Hex color #97785B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #97785B is #6887A4. Grayscale: #7E7E7E. Windows color (decimal): -6850469 or 5994647. OLE color: 5994647.

HSL color Cylindrical-coordinate representation of color #97785B: hue angle of 29º 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 #97785B is Cyan = 0, Magento = 0.21, Yellow = 0.40 and Black (K on CMYK) = 0.41.

Color convert

RGB15112091-
CMYK00.210.400.41
HSL29º24.79%47.45%-
HSV(B)29º39.74%59.22%-
XYZ21.3720.7712.78-
YUV125.96108.27145.86-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 41.71%
GREEN value IS 120 (47.27% from 255) = 33.15%
BLUE value IS 91 (35.94% from 255) = 25.14%
R=41.71%
G=33.15%
B=25.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.40
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511209100.210.400.412924.7947.45
Hex97785B01528291d192f
Octal2271701330255051353157
Binary10010111111100010110110101011010001010011110111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97785B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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