#965F1D

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

Shades of Afghan Tan #965F1D

Tints of Afghan Tan #965F1D

Color information

#965F1D (or 0x965F1D) is unknown color: approx Afghan Tan. HEX triplet: 96, 5F and 1D. RGB value is (150,95,29). Sum of RGB (Red+Green+Blue) = 150+95+29=274 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.74% from 274); Green value is 95 (37.5% from 255 or 34.67% from 274); Blue value is 29 (11.72% from 255 or 10.58% from 274); Max value from RGB is 150 - color contains mainly: red. Hex color #965F1D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965F1D is #69A0E2. Grayscale: #686868. Windows color (decimal): -6922467 or 1925014. OLE color: 1925014.

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

Color convert

RGB1509529-
CMYK00.370.810.41
HSL32.73º67.6%35.1%-
HSV(B)32.73º80.67%58.82%-
XYZ16.8914.763.12-
YUV103.9285.72160.87-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 54.74%
GREEN value IS 95 (37.5% from 255) = 34.67%
BLUE value IS 29 (11.72% from 255) = 10.58%
R=54.74%
G=34.67%
B=10.58%

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
Decimal150952900.370.810.4132.7367.635.1
Hex965F1D0255129214423
Octal22613735045121514110443
Binary10010110101111111101010010110100011010011000011000100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965F1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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