#9D765B

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

Shades of Pale Brown #9D765B

Tints of Pale Brown #9D765B

Color information

#9D765B (or 0x9D765B) is unknown color: approx Pale Brown. HEX triplet: 9D, 76 and 5B. RGB value is (157,118,91). Sum of RGB (Red+Green+Blue) = 157+118+91=366 (48% of max value = 765). Red value is 157 (61.72% from 255 or 42.90% from 366); Green value is 118 (46.48% from 255 or 32.24% from 366); Blue value is 91 (35.94% from 255 or 24.86% from 366); Max value from RGB is 157 - color contains mainly: red. Hex color #9D765B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D765B is #6289A4. Grayscale: #7E7E7E. Windows color (decimal): -6457765 or 5994141. OLE color: 5994141.

HSL color Cylindrical-coordinate representation of color #9D765B: hue angle of 24.55º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9D765B is Cyan = 0, Magento = 0.25, Yellow = 0.42 and Black (K on CMYK) = 0.38.

Color convert

RGB15711891-
CMYK00.250.420.38
HSL24.55º26.61%48.63%-
HSV(B)24.55º42.04%61.57%-
XYZ22.2720.8812.75-
YUV126.58107.92149.7-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 42.90%
GREEN value IS 118 (46.48% from 255) = 32.24%
BLUE value IS 91 (35.94% from 255) = 24.86%
R=42.90%
G=32.24%
B=24.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.42
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571189100.250.420.3824.5526.6148.63
Hex9D765B0192A26191b31
Octal2351661330315246313361
Binary10011101111011010110110110011010101001101100111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D765B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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