#947E60

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

Shades of Sorrell Brown #947E60

Tints of Sorrell Brown #947E60

Color information

#947E60 (or 0x947E60) is unknown color: approx Sorrell Brown. HEX triplet: 94, 7E and 60. RGB value is (148,126,96). Sum of RGB (Red+Green+Blue) = 148+126+96=370 (49% of max value = 765). Red value is 148 (58.20% from 255 or 40% from 370); Green value is 126 (49.61% from 255 or 34.05% from 370); Blue value is 96 (37.89% from 255 or 25.95% from 370); Max value from RGB is 148 - color contains mainly: red. Hex color #947E60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947E60 is #6B819F. Grayscale: #818181. Windows color (decimal): -7045536 or 6323860. OLE color: 6323860.

HSL color Cylindrical-coordinate representation of color #947E60: hue angle of 34.62º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #947E60 is Cyan = 0, Magento = 0.15, Yellow = 0.35 and Black (K on CMYK) = 0.42.

Color convert

RGB14812696-
CMYK00.150.350.42
HSL34.62º21.31%47.84%-
HSV(B)34.62º35.14%58.04%-
XYZ21.7822.0614.18-
YUV129.16109.29141.44-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 40%
GREEN value IS 126 (49.61% from 255) = 34.05%
BLUE value IS 96 (37.89% from 255) = 25.95%
R=40%
G=34.05%
B=25.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.35
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481269600.150.350.4234.6221.3147.84
Hex947E600F232A231530
Octal2241761400174352432560
Binary10010100111111011000000111110001110101010001110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947E60; }

 p { color: rgb(148,126,96); }

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

<style>
 a { background-color: #947E60; }

 a { background-color: rgb(148,126,96); }

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

<style>
 span { border-color: #947E60; }

 span { border-color: rgb(148,126,96); }

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