#967D62

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

Shades of Sorrell Brown #967D62

Tints of Sorrell Brown #967D62

Color information

#967D62 (or 0x967D62) is unknown color: approx Sorrell Brown. HEX triplet: 96, 7D and 62. RGB value is (150,125,98). Sum of RGB (Red+Green+Blue) = 150+125+98=373 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.21% from 373); Green value is 125 (49.22% from 255 or 33.51% from 373); Blue value is 98 (38.67% from 255 or 26.27% from 373); Max value from RGB is 150 - color contains mainly: red. Hex color #967D62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967D62 is #69829D. Grayscale: #818181. Windows color (decimal): -6914718 or 6454678. OLE color: 6454678.

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

Color convert

RGB15012598-
CMYK00.170.350.41
HSL31.15º20.97%48.63%-
HSV(B)31.15º34.67%58.82%-
XYZ22.1222.0314.64-
YUV129.4110.28142.7-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40.21%
GREEN value IS 125 (49.22% from 255) = 33.51%
BLUE value IS 98 (38.67% from 255) = 26.27%
R=40.21%
G=33.51%
B=26.27%

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
Decimal1501259800.170.350.4131.1520.9748.63
Hex967D6201123291f1531
Octal2261751420214351372561
Binary10010110111110111000100100011000111010011111110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967D62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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