#967C62

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

Shades of Sorrell Brown #967C62

Tints of Sorrell Brown #967C62

Color information

#967C62 (or 0x967C62) is unknown color: approx Sorrell Brown. HEX triplet: 96, 7C and 62. RGB value is (150,124,98). Sum of RGB (Red+Green+Blue) = 150+124+98=372 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.32% from 372); Green value is 124 (48.83% from 255 or 33.33% from 372); Blue value is 98 (38.67% from 255 or 26.34% from 372); Max value from RGB is 150 - color contains mainly: red. Hex color #967C62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967C62 is #69839D. Grayscale: #808080. Windows color (decimal): -6914974 or 6454422. OLE color: 6454422.

HSL color Cylindrical-coordinate representation of color #967C62: hue angle of 30º 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 #967C62 is Cyan = 0, Magento = 0.17, Yellow = 0.35 and Black (K on CMYK) = 0.41.

Color convert

RGB15012498-
CMYK00.170.350.41
HSL30º20.97%48.63%-
HSV(B)30º34.67%58.82%-
XYZ21.9921.7814.6-
YUV128.81110.61143.11-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40.32%
GREEN value IS 124 (48.83% from 255) = 33.33%
BLUE value IS 98 (38.67% from 255) = 26.34%
R=40.32%
G=33.33%
B=26.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.35
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501249800.170.350.413020.9748.63
Hex967C6201123291e1531
Octal2261741420214351362561
Binary10010110111110011000100100011000111010011111010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967C62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967C62; }

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

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

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

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

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

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

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

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