#965E22

Color #965E22 Afghan Tan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Afghan Tan #965E22

Tints of Afghan Tan #965E22

Color information

#965E22 (or 0x965E22) is unknown color: approx Afghan Tan. HEX triplet: 96, 5E and 22. RGB value is (150,94,34). Sum of RGB (Red+Green+Blue) = 150+94+34=278 (36% of max value = 765). Red value is 150 (58.98% from 255 or 53.96% from 278); Green value is 94 (37.11% from 255 or 33.81% from 278); Blue value is 34 (13.67% from 255 or 12.23% from 278); Max value from RGB is 150 - color contains mainly: red. Hex color #965E22 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965E22 is #69A1DD. Grayscale: #686868. Windows color (decimal): -6922718 or 2252438. OLE color: 2252438.

HSL color Cylindrical-coordinate representation of color #965E22: hue angle of 31.03º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #965E22 is Cyan = 0, Magento = 0.37, Yellow = 0.77 and Black (K on CMYK) = 0.41.

Color convert

RGB1509434-
CMYK00.370.770.41
HSL31.03º63.04%36.08%-
HSV(B)31.03º77.33%58.82%-
XYZ16.8714.63.44-
YUV103.988.55160.88-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 53.96%
GREEN value IS 94 (37.11% from 255) = 33.81%
BLUE value IS 34 (13.67% from 255) = 12.23%
R=53.96%
G=33.81%
B=12.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.77
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150943400.370.770.4131.0363.0436.08
Hex965E220254D291f3f24
Octal2261364204511551377744
Binary1001011010111101000100100101100110110100111111111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965E22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965E22; }

 p { color: rgb(150,94,34); }

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

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

 a { background-color: rgb(150,94,34); }

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

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

 span { border-color: rgb(150,94,34); }

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