#968467

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

Shades of Sorrell Brown #968467

Tints of Sorrell Brown #968467

Color information

#968467 (or 0x968467) is unknown color: approx Sorrell Brown. HEX triplet: 96, 84 and 67. RGB value is (150,132,103). Sum of RGB (Red+Green+Blue) = 150+132+103=385 (50% of max value = 765). Red value is 150 (58.98% from 255 or 38.96% from 385); Green value is 132 (51.95% from 255 or 34.29% from 385); Blue value is 103 (40.62% from 255 or 26.75% from 385); Max value from RGB is 150 - color contains mainly: red. Hex color #968467 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968467 is #697B98. Grayscale: #868686. Windows color (decimal): -6912921 or 6784150. OLE color: 6784150.

HSL color Cylindrical-coordinate representation of color #968467: hue angle of 37.02º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #968467 is Cyan = 0, Magento = 0.12, Yellow = 0.31 and Black (K on CMYK) = 0.41.

Color convert

RGB150132103-
CMYK00.120.310.41
HSL37.02º18.58%49.61%-
HSV(B)37.02º31.33%58.82%-
XYZ23.2823.9716.23-
YUV134.08110.46139.36-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.96%
GREEN value IS 132 (51.95% from 255) = 34.29%
BLUE value IS 103 (40.62% from 255) = 26.75%
R=38.96%
G=34.29%
B=26.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.31
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15013210300.120.310.4137.0218.5849.61
Hex9684670C1F29251332
Octal2262041470143751452362
Binary10010110100001001100111011001111110100110010110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968467; }

 p { color: rgb(150,132,103); }

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

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

 a { background-color: rgb(150,132,103); }

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

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

 span { border-color: rgb(150,132,103); }

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