#965C27

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

Shades of Afghan Tan #965C27

Tints of Afghan Tan #965C27

Color information

#965C27 (or 0x965C27) is unknown color: approx Afghan Tan. HEX triplet: 96, 5C and 27. RGB value is (150,92,39). Sum of RGB (Red+Green+Blue) = 150+92+39=281 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.38% from 281); Green value is 92 (36.33% from 255 or 32.74% from 281); Blue value is 39 (15.62% from 255 or 13.88% from 281); Max value from RGB is 150 - color contains mainly: red. Hex color #965C27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965C27 is #69A3D8. Grayscale: #676767. Windows color (decimal): -6923225 or 2579606. OLE color: 2579606.

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

Color convert

RGB1509239-
CMYK00.390.740.41
HSL28.65º58.73%37.06%-
HSV(B)28.65º74%58.82%-
XYZ16.7714.283.79-
YUV103.391.72161.31-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 53.38%
GREEN value IS 92 (36.33% from 255) = 32.74%
BLUE value IS 39 (15.62% from 255) = 13.88%
R=53.38%
G=32.74%
B=13.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.74
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150923900.390.740.4128.6558.7337.06
Hex965C270274A291d3b25
Octal2261344704711251357345
Binary1001011010111001001110100111100101010100111101111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965C27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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