#965c22

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

Shades of Afghan Tan #965C22

Tints of Afghan Tan #965C22

Color information

#965C22 (or 0x965C22) is unknown color: approx Afghan Tan. HEX triplet: 96, 5C and 22. RGB value is (150,92,34). Sum of RGB (Red+Green+Blue) = 150+92+34=276 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.35% from 276); Green value is 92 (36.33% from 255 or 33.33% from 276); Blue value is 34 (13.67% from 255 or 12.32% from 276); Max value from RGB is 150 - color contains mainly: red. Hex color #965C22 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965C22 is #69A3DD. Grayscale: #676767. Windows color (decimal): -6923230 or 2251926. OLE color: 2251926.

HSL color Cylindrical-coordinate representation of color #965C22: hue angle of 30º 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 #965C22 is Cyan = 0, Magento = 0.39, Yellow = 0.77 and Black (K on CMYK) = 0.41.

Color convert

RGB1509234-
CMYK00.390.770.41
HSL30º63.04%36.08%-
HSV(B)30º77.33%58.82%-
XYZ16.6914.253.38-
YUV102.7389.22161.72-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 54.35%
GREEN value IS 92 (36.33% from 255) = 33.33%
BLUE value IS 34 (13.67% from 255) = 12.32%
R=54.35%
G=33.33%
B=12.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.77
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150923400.390.770.413063.0436.08
Hex965C220274D291e3f24
Octal2261344204711551367744
Binary1001011010111001000100100111100110110100111110111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965c22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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