#967B61

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

Shades of Sorrell Brown #967B61

Tints of Sorrell Brown #967B61

Color information

#967B61 (or 0x967B61) is unknown color: approx Sorrell Brown. HEX triplet: 96, 7B and 61. RGB value is (150,123,97). Sum of RGB (Red+Green+Blue) = 150+123+97=370 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.54% from 370); Green value is 123 (48.44% from 255 or 33.24% from 370); Blue value is 97 (38.28% from 255 or 26.22% from 370); Max value from RGB is 150 - color contains mainly: red. Hex color #967B61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967B61 is #69849E. Grayscale: #808080. Windows color (decimal): -6915231 or 6388630. OLE color: 6388630.

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

Color convert

RGB15012397-
CMYK00.180.350.41
HSL29.43º21.46%48.43%-
HSV(B)29.43º35.33%58.82%-
XYZ21.8221.5114.31-
YUV128.11110.45143.61-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40.54%
GREEN value IS 123 (48.44% from 255) = 33.24%
BLUE value IS 97 (38.28% from 255) = 26.22%
R=40.54%
G=33.24%
B=26.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.35
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501239700.180.350.4129.4321.4648.43
Hex967B6101223291d1530
Octal2261731410224351352560
Binary10010110111101111000010100101000111010011110110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,123,97); }

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

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

 a { background-color: rgb(150,123,97); }

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

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

 span { border-color: rgb(150,123,97); }

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