#9D7655

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

Shades of Pale Brown #9D7655

Tints of Pale Brown #9D7655

Color information

#9D7655 (or 0x9D7655) is unknown color: approx Pale Brown. HEX triplet: 9D, 76 and 55. RGB value is (157,118,85). Sum of RGB (Red+Green+Blue) = 157+118+85=360 (47% of max value = 765). Red value is 157 (61.72% from 255 or 43.61% from 360); Green value is 118 (46.48% from 255 or 32.78% from 360); Blue value is 85 (33.59% from 255 or 23.61% from 360); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7655 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D7655 is #6289AA. Grayscale: #7E7E7E. Windows color (decimal): -6457771 or 5600925. OLE color: 5600925.

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

Color convert

RGB15711885-
CMYK00.250.460.38
HSL27.5º29.75%47.45%-
HSV(B)27.5º45.86%61.57%-
XYZ22.0220.7811.44-
YUV125.9104.92150.18-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 43.61%
GREEN value IS 118 (46.48% from 255) = 32.78%
BLUE value IS 85 (33.59% from 255) = 23.61%
R=43.61%
G=32.78%
B=23.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.46
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571188500.250.460.3827.529.7547.45
Hex9D76550192E261b1e2f
Octal2351661250315646333657
Binary10011101111011010101010110011011101001101101111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D7655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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