#965E1F

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

Shades of Afghan Tan #965E1F

Tints of Afghan Tan #965E1F

Color information

#965E1F (or 0x965E1F) is unknown color: approx Afghan Tan. HEX triplet: 96, 5E and 1F. RGB value is (150,94,31). Sum of RGB (Red+Green+Blue) = 150+94+31=275 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.55% from 275); Green value is 94 (37.11% from 255 or 34.18% from 275); Blue value is 31 (12.5% from 255 or 11.27% from 275); Max value from RGB is 150 - color contains mainly: red. Hex color #965E1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965E1F is #69A1E0. Grayscale: #676767. Windows color (decimal): -6922721 or 2055830. OLE color: 2055830.

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

Color convert

RGB1509431-
CMYK00.370.790.41
HSL31.76º65.75%35.49%-
HSV(B)31.76º79.33%58.82%-
XYZ16.8314.593.23-
YUV103.5687.05161.12-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 54.55%
GREEN value IS 94 (37.11% from 255) = 34.18%
BLUE value IS 31 (12.5% from 255) = 11.27%
R=54.55%
G=34.18%
B=11.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.79
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150943100.370.790.4131.7665.7535.49
Hex965E1F0254F29204223
Octal22613637045117514010243
Binary10010110101111011111010010110011111010011000001000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965E1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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