#965E1D

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

Shades of Afghan Tan #965E1D

Tints of Afghan Tan #965E1D

Color information

#965E1D (or 0x965E1D) is unknown color: approx Afghan Tan. HEX triplet: 96, 5E and 1D. RGB value is (150,94,29). Sum of RGB (Red+Green+Blue) = 150+94+29=273 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.95% from 273); Green value is 94 (37.11% from 255 or 34.43% from 273); Blue value is 29 (11.72% from 255 or 10.62% from 273); Max value from RGB is 150 - color contains mainly: red. Hex color #965E1D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965E1D is #69A1E2. Grayscale: #676767. Windows color (decimal): -6922723 or 1924758. OLE color: 1924758.

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

Color convert

RGB1509429-
CMYK00.370.810.41
HSL32.23º67.6%35.1%-
HSV(B)32.23º80.67%58.82%-
XYZ16.814.583.09-
YUV103.3386.05161.29-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 54.95%
GREEN value IS 94 (37.11% from 255) = 34.43%
BLUE value IS 29 (11.72% from 255) = 10.62%
R=54.95%
G=34.43%
B=10.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.81
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150942900.370.810.4132.2367.635.1
Hex965E1D0255129204423
Octal22613635045121514010443
Binary10010110101111011101010010110100011010011000001000100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965E1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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