#967962

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

Shades of Sorrell Brown #967962

Tints of Sorrell Brown #967962

Color information

#967962 (or 0x967962) is unknown color: approx Sorrell Brown. HEX triplet: 96, 79 and 62. RGB value is (150,121,98). Sum of RGB (Red+Green+Blue) = 150+121+98=369 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.65% from 369); Green value is 121 (47.66% from 255 or 32.79% from 369); Blue value is 98 (38.67% from 255 or 26.56% from 369); Max value from RGB is 150 - color contains mainly: red. Hex color #967962 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967962 is #69869D. Grayscale: #7F7F7F. Windows color (decimal): -6915742 or 6453654. OLE color: 6453654.

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

Color convert

RGB15012198-
CMYK00.190.350.41
HSL26.54º20.97%48.63%-
HSV(B)26.54º34.67%58.82%-
XYZ21.6221.0414.48-
YUV127.05111.61144.37-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40.65%
GREEN value IS 121 (47.66% from 255) = 32.79%
BLUE value IS 98 (38.67% from 255) = 26.56%
R=40.65%
G=32.79%
B=26.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.35
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501219800.190.350.4126.5420.9748.63
Hex96796201323291b1531
Octal2261711420234351332561
Binary10010110111100111000100100111000111010011101110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967962; }

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

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

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

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

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

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

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

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