#977D66

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

Shades of Sorrell Brown #977D66

Tints of Sorrell Brown #977D66

Color information

#977D66 (or 0x977D66) is unknown color: approx Sorrell Brown. HEX triplet: 97, 7D and 66. RGB value is (151,125,102). Sum of RGB (Red+Green+Blue) = 151+125+102=378 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.95% from 378); Green value is 125 (49.22% from 255 or 33.07% from 378); Blue value is 102 (40.23% from 255 or 26.98% from 378); Max value from RGB is 151 - color contains mainly: red. Hex color #977D66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #977D66 is #688299. Grayscale: #828282. Windows color (decimal): -6849178 or 6716823. OLE color: 6716823.

HSL color Cylindrical-coordinate representation of color #977D66: hue angle of 28.16º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #977D66 is Cyan = 0, Magento = 0.17, Yellow = 0.32 and Black (K on CMYK) = 0.41.

Color convert

RGB151125102-
CMYK00.170.320.41
HSL28.16º19.37%49.61%-
HSV(B)28.16º32.45%59.22%-
XYZ22.4922.2115.67-
YUV130.15112.11142.87-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 39.95%
GREEN value IS 125 (49.22% from 255) = 33.07%
BLUE value IS 102 (40.23% from 255) = 26.98%
R=39.95%
G=33.07%
B=26.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.32
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15112510200.170.320.4128.1619.3749.61
Hex977D6601120291c1332
Octal2271751460214051342362
Binary10010111111110111001100100011000001010011110010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #977D66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #977D66; }

 p { color: rgb(151,125,102); }

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

<style>
 a { background-color: #977D66; }

 a { background-color: rgb(151,125,102); }

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

<style>
 span { border-color: #977D66; }

 span { border-color: rgb(151,125,102); }

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