#965D27

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

Shades of Afghan Tan #965D27

Tints of Afghan Tan #965D27

Color information

#965D27 (or 0x965D27) is unknown color: approx Afghan Tan. HEX triplet: 96, 5D and 27. RGB value is (150,93,39). Sum of RGB (Red+Green+Blue) = 150+93+39=282 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.19% from 282); Green value is 93 (36.72% from 255 or 32.98% from 282); Blue value is 39 (15.62% from 255 or 13.83% from 282); Max value from RGB is 150 - color contains mainly: red. Hex color #965D27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965D27 is #69A2D8. Grayscale: #686868. Windows color (decimal): -6922969 or 2579862. OLE color: 2579862.

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

Color convert

RGB1509339-
CMYK00.380.740.41
HSL29.19º58.73%37.06%-
HSV(B)29.19º74%58.82%-
XYZ16.8614.463.82-
YUV103.8991.38160.89-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 53.19%
GREEN value IS 93 (36.72% from 255) = 32.98%
BLUE value IS 39 (15.62% from 255) = 13.83%
R=53.19%
G=32.98%
B=13.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.74
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150933900.380.740.4129.1958.7337.06
Hex965D270264A291d3b25
Octal2261354704611251357345
Binary1001011010111011001110100110100101010100111101111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965D27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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