#965E1E

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

Shades of Afghan Tan #965E1E

Tints of Afghan Tan #965E1E

Color information

#965E1E (or 0x965E1E) is unknown color: approx Afghan Tan. HEX triplet: 96, 5E and 1E. RGB value is (150,94,30). Sum of RGB (Red+Green+Blue) = 150+94+30=274 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.74% from 274); Green value is 94 (37.11% from 255 or 34.31% from 274); Blue value is 30 (12.11% from 255 or 10.95% from 274); Max value from RGB is 150 - color contains mainly: red. Hex color #965E1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965E1E is #69A1E1. Grayscale: #676767. Windows color (decimal): -6922722 or 1990294. OLE color: 1990294.

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

Color convert

RGB1509430-
CMYK00.370.800.41
HSL32º66.67%35.29%-
HSV(B)32º80%58.82%-
XYZ16.8114.583.16-
YUV103.4586.55161.2-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 54.74%
GREEN value IS 94 (37.11% from 255) = 34.31%
BLUE value IS 30 (12.11% from 255) = 10.95%
R=54.74%
G=34.31%
B=10.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.80
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150943000.370.800.413266.6735.29
Hex965E1E0255029204323
Octal22613636045120514010343
Binary10010110101111011110010010110100001010011000001000011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965E1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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