#968466

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

Shades of Sorrell Brown #968466

Tints of Sorrell Brown #968466

Color information

#968466 (or 0x968466) is unknown color: approx Sorrell Brown. HEX triplet: 96, 84 and 66. RGB value is (150,132,102). Sum of RGB (Red+Green+Blue) = 150+132+102=384 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.06% from 384); Green value is 132 (51.95% from 255 or 34.38% from 384); Blue value is 102 (40.23% from 255 or 26.56% from 384); Max value from RGB is 150 - color contains mainly: red. Hex color #968466 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968466 is #697B99. Grayscale: #868686. Windows color (decimal): -6912922 or 6718614. OLE color: 6718614.

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

Color convert

RGB150132102-
CMYK00.120.320.41
HSL37.5º19.05%49.41%-
HSV(B)37.5º32%58.82%-
XYZ23.2323.9515.97-
YUV133.96109.96139.44-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.06%
GREEN value IS 132 (51.95% from 255) = 34.38%
BLUE value IS 102 (40.23% from 255) = 26.56%
R=39.06%
G=34.38%
B=26.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.32
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15013210200.120.320.4137.519.0549.41
Hex9684660C2029261331
Octal2262041460144051462361
Binary100101101000010011001100110010000010100110011010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968466; }

 p { color: rgb(150,132,102); }

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

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

 a { background-color: rgb(150,132,102); }

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

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

 span { border-color: rgb(150,132,102); }

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