#987B66

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

Shades of Sorrell Brown #987B66

Tints of Sorrell Brown #987B66

Color information

#987B66 (or 0x987B66) is unknown color: approx Sorrell Brown. HEX triplet: 98, 7B and 66. RGB value is (152,123,102). Sum of RGB (Red+Green+Blue) = 152+123+102=377 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.32% from 377); Green value is 123 (48.44% from 255 or 32.63% from 377); Blue value is 102 (40.23% from 255 or 27.06% from 377); Max value from RGB is 152 - color contains mainly: red. Hex color #987B66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987B66 is #678499. Grayscale: #818181. Windows color (decimal): -6784154 or 6716312. OLE color: 6716312.

HSL color Cylindrical-coordinate representation of color #987B66: hue angle of 25.2º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #987B66 is Cyan = 0, Magento = 0.19, Yellow = 0.33 and Black (K on CMYK) = 0.40.

Color convert

RGB152123102-
CMYK00.190.330.40
HSL25.2º19.69%49.8%-
HSV(B)25.2º32.89%59.61%-
XYZ22.4321.815.6-
YUV129.28112.61144.21-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40.32%
GREEN value IS 123 (48.44% from 255) = 32.63%
BLUE value IS 102 (40.23% from 255) = 27.06%
R=40.32%
G=32.63%
B=27.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.33
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15212310200.190.330.4025.219.6949.8
Hex987B660132128191432
Octal2301731460234150312462
Binary10011000111101111001100100111000011010001100110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987B66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #987B66; }

 p { color: rgb(152,123,102); }

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

<style>
 a { background-color: #987B66; }

 a { background-color: rgb(152,123,102); }

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

<style>
 span { border-color: #987B66; }

 span { border-color: rgb(152,123,102); }

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