#9B795A

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

Shades of Pale Brown #9B795A

Tints of Pale Brown #9B795A

Color information

#9B795A (or 0x9B795A) is unknown color: approx Pale Brown. HEX triplet: 9B, 79 and 5A. RGB value is (155,121,90). Sum of RGB (Red+Green+Blue) = 155+121+90=366 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.35% from 366); Green value is 121 (47.66% from 255 or 33.06% from 366); Blue value is 90 (35.55% from 255 or 24.59% from 366); Max value from RGB is 155 - color contains mainly: red. Hex color #9B795A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B795A is #6486A5. Grayscale: #7F7F7F. Windows color (decimal): -6588070 or 5929371. OLE color: 5929371.

HSL color Cylindrical-coordinate representation of color #9B795A: hue angle of 28.62º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9B795A is Cyan = 0, Magento = 0.22, Yellow = 0.42 and Black (K on CMYK) = 0.39.

Color convert

RGB15512190-
CMYK00.220.420.39
HSL28.62º26.53%48.04%-
HSV(B)28.62º41.94%60.78%-
XYZ22.221.3812.63-
YUV127.63106.76147.52-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 42.35%
GREEN value IS 121 (47.66% from 255) = 33.06%
BLUE value IS 90 (35.55% from 255) = 24.59%
R=42.35%
G=33.06%
B=24.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.42
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551219000.220.420.3928.6226.5348.04
Hex9B795A0162A271d1b30
Octal2331711320265247353360
Binary10011011111100110110100101101010101001111110111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B795A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9B795A; }

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

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

<style>
 a { background-color: #9B795A; }

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

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

<style>
 span { border-color: #9B795A; }

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

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