#97795A

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

Shades of Pale Brown #97795A

Tints of Pale Brown #97795A

Color information

#97795A (or 0x97795A) is unknown color: approx Pale Brown. HEX triplet: 97, 79 and 5A. RGB value is (151,121,90). Sum of RGB (Red+Green+Blue) = 151+121+90=362 (47% of max value = 765). Red value is 151 (59.38% from 255 or 41.71% from 362); Green value is 121 (47.66% from 255 or 33.43% from 362); Blue value is 90 (35.55% from 255 or 24.86% from 362); Max value from RGB is 151 - color contains mainly: red. Hex color #97795A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #97795A is #6886A5. Grayscale: #7E7E7E. Windows color (decimal): -6850214 or 5929367. OLE color: 5929367.

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

Color convert

RGB15112190-
CMYK00.200.400.41
HSL30.49º25.31%47.25%-
HSV(B)30.49º40.4%59.22%-
XYZ21.4520.9912.59-
YUV126.44107.44145.52-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 41.71%
GREEN value IS 121 (47.66% from 255) = 33.43%
BLUE value IS 90 (35.55% from 255) = 24.86%
R=41.71%
G=33.43%
B=24.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.40
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511219000.200.400.4130.4925.3147.25
Hex97795A01428291e192f
Octal2271711320245051363157
Binary10010111111100110110100101001010001010011111011001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97795A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,121,90); }

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

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

 a { background-color: rgb(151,121,90); }

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

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

 span { border-color: rgb(151,121,90); }

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