#9D765A

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

Shades of Pale Brown #9D765A

Tints of Pale Brown #9D765A

Color information

#9D765A (or 0x9D765A) is unknown color: approx Pale Brown. HEX triplet: 9D, 76 and 5A. RGB value is (157,118,90). Sum of RGB (Red+Green+Blue) = 157+118+90=365 (48% of max value = 765). Red value is 157 (61.72% from 255 or 43.01% from 365); Green value is 118 (46.48% from 255 or 32.33% from 365); Blue value is 90 (35.55% from 255 or 24.66% from 365); Max value from RGB is 157 - color contains mainly: red. Hex color #9D765A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D765A is #6289A5. Grayscale: #7E7E7E. Windows color (decimal): -6457766 or 5928605. OLE color: 5928605.

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

Color convert

RGB15711890-
CMYK00.250.430.38
HSL25.07º27.13%48.43%-
HSV(B)25.07º42.68%61.57%-
XYZ22.2320.8612.53-
YUV126.47107.42149.78-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 43.01%
GREEN value IS 118 (46.48% from 255) = 32.33%
BLUE value IS 90 (35.55% from 255) = 24.66%
R=43.01%
G=32.33%
B=24.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.43
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571189000.250.430.3825.0727.1348.43
Hex9D765A0192B26191b30
Octal2351661320315346313360
Binary10011101111011010110100110011010111001101100111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D765A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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