Shades of Pale Brown #9C765C
Tints of Pale Brown #9C765C
RGB
CMYK
RGB Variations
Color information
#9C765C (or 0x9C765C) is known color: Pale Brown. HEX triplet: 9C, 76 and 5C. RGB value is (156,118,92). Sum of RGB (Red+Green+Blue) = 156+118+92=366 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.62% from 366); Green value is 118 (46.48% from 255 or 32.24% from 366); Blue value is 92 (36.33% from 255 or 25.14% from 366); Max value from RGB is 156 - color contains mainly: red. Hex color #9C765C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C765C is #6389A3. Grayscale: #7E7E7E. Windows color (decimal): -6523300 or 6059676. OLE color: 6059676.
HSL color Cylindrical-coordinate representation of color #9C765C: hue angle of 24.38º degrees, saturation: 0.26, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9C765C is Cyan = 0, Magento = 0.24, Yellow = 0.41 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 118 | 92 | - |
| CMYK | 0 | 0.24 | 0.41 | 0.39 |
| HSL | 24.38º | 0.26% | 0.49% | - |
| HSV(B) | 24.38º | 0.41% | 0.61% | - |
| XYZ | 22.12 | 20.8 | 12.97 | - |
| YUV | 126.4 | 108.59 | 149.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 118 | 92 | 0 | 0.24 | 0.41 | 0.39 | 24.38 | 0.26 | 0.49 |
| Hex | 9C | 76 | 5C | 0 | 18 | 29 | 27 | 18 | 1A | 31 |
| Octal | 234 | 166 | 134 | 0 | 30 | 51 | 47 | 30 | 32 | 61 |
| Binary | 10011100 | 1110110 | 1011100 | 0 | 11000 | 101001 | 100111 | 11000 | 11010 | 110001 |
Color Harmonies of #9C765C
Complementary color
Monochromatic Colors of #9C765C
Black with #9C765C
Text Example
Text Example
White with #9C765C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C765C; }
p { color: rgb(156,118,92); }
H1.HeaderClassName
{
color: #9C765C;
}
.AnyTagClassName
{
color: #9C765C;
}
</style>
background-color css
<style>
a { background-color: #9C765C; }
a { background-color: rgb(156,118,92); }
div.DivClassName
{
background-color: #9C765C;
}
.BgClassName
{
background-color: #9C765C;
}
</style>
border-color css
<style>
span { border-color: #9C765C; }
span { border-color: rgb(156,118,92); }
td.TdClassName
{
border-color: #9C765C;
}
.TagClassName
{
border-color: #9C765C;
}
</style>