#9C8269

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

Shades of Sorrell Brown #9C8269

Tints of Sorrell Brown #9C8269

Color information

#9C8269 (or 0x9C8269) is unknown color: approx Sorrell Brown. HEX triplet: 9C, 82 and 69. RGB value is (156,130,105). Sum of RGB (Red+Green+Blue) = 156+130+105=391 (51% of max value = 765). Red value is 156 (61.33% from 255 or 39.90% from 391); Green value is 130 (51.17% from 255 or 33.25% from 391); Blue value is 105 (41.41% from 255 or 26.85% from 391); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8269 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C8269 is #637D96. Grayscale: #878787. Windows color (decimal): -6520215 or 6914716. OLE color: 6914716.

HSL color Cylindrical-coordinate representation of color #9C8269: hue angle of 29.41º degrees, saturation: 0.2, 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 #9C8269 is Cyan = 0, Magento = 0.17, Yellow = 0.33 and Black (K on CMYK) = 0.39.

Color convert

RGB156130105-
CMYK00.170.330.39
HSL29.41º20.48%51.18%-
HSV(B)29.41º32.69%61.18%-
XYZ24.2424.0516.73-
YUV134.92111.11143.03-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 39.90%
GREEN value IS 130 (51.17% from 255) = 33.25%
BLUE value IS 105 (41.41% from 255) = 26.85%
R=39.90%
G=33.25%
B=26.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.33
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15613010500.170.330.3929.4120.4851.18
Hex9C826901121271d1433
Octal2342021510214147352463
Binary100111001000001011010010100011000011001111110110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C8269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,130,105); }

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

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

 a { background-color: rgb(156,130,105); }

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

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

 span { border-color: rgb(156,130,105); }

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