#968062

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

Shades of Sorrell Brown #968062

Tints of Sorrell Brown #968062

Color information

#968062 (or 0x968062) is unknown color: approx Sorrell Brown. HEX triplet: 96, 80 and 62. RGB value is (150,128,98). Sum of RGB (Red+Green+Blue) = 150+128+98=376 (49% of max value = 765). Red value is 150 (58.98% from 255 or 39.89% from 376); Green value is 128 (50.39% from 255 or 34.04% from 376); Blue value is 98 (38.67% from 255 or 26.06% from 376); Max value from RGB is 150 - color contains mainly: red. Hex color #968062 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968062 is #697F9D. Grayscale: #838383. Windows color (decimal): -6913950 or 6455446. OLE color: 6455446.

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

Color convert

RGB15012898-
CMYK00.150.350.41
HSL34.62º20.97%48.63%-
HSV(B)34.62º34.67%58.82%-
XYZ22.522.814.77-
YUV131.16109.29141.44-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.89%
GREEN value IS 128 (50.39% from 255) = 34.04%
BLUE value IS 98 (38.67% from 255) = 26.06%
R=39.89%
G=34.04%
B=26.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.35
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501289800.150.350.4134.6220.9748.63
Hex9680620F2329231531
Octal2262001420174351432561
Binary100101101000000011000100111110001110100110001110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968062; }

 p { color: rgb(150,128,98); }

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

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

 a { background-color: rgb(150,128,98); }

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

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

 span { border-color: rgb(150,128,98); }

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