#9C8068

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

Shades of Sorrell Brown #9C8068

Tints of Sorrell Brown #9C8068

Color information

#9C8068 (or 0x9C8068) is unknown color: approx Sorrell Brown. HEX triplet: 9C, 80 and 68. RGB value is (156,128,104). Sum of RGB (Red+Green+Blue) = 156+128+104=388 (51% of max value = 765). Red value is 156 (61.33% from 255 or 40.21% from 388); Green value is 128 (50.39% from 255 or 32.99% from 388); Blue value is 104 (41.02% from 255 or 26.80% from 388); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8068 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C8068 is #637F97. Grayscale: #858585. Windows color (decimal): -6520728 or 6848668. OLE color: 6848668.

HSL color Cylindrical-coordinate representation of color #9C8068: hue angle of 27.69º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9C8068 is Cyan = 0, Magento = 0.18, Yellow = 0.33 and Black (K on CMYK) = 0.39.

Color convert

RGB156128104-
CMYK00.180.330.39
HSL27.69º20.8%50.98%-
HSV(B)27.69º33.33%61.18%-
XYZ23.9323.5116.37-
YUV133.64111.28143.95-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 40.21%
GREEN value IS 128 (50.39% from 255) = 32.99%
BLUE value IS 104 (41.02% from 255) = 26.80%
R=40.21%
G=32.99%
B=26.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.33
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15612810400.180.330.3927.6920.850.98
Hex9C806801221271c1533
Octal2342001500224147342563
Binary100111001000000011010000100101000011001111110010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C8068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,128,104); }

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

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

 a { background-color: rgb(156,128,104); }

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

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

 span { border-color: rgb(156,128,104); }

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