#965C1E

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

Shades of Afghan Tan #965C1E

Tints of Afghan Tan #965C1E

Color information

#965C1E (or 0x965C1E) is unknown color: approx Afghan Tan. HEX triplet: 96, 5C and 1E. RGB value is (150,92,30). Sum of RGB (Red+Green+Blue) = 150+92+30=272 (36% of max value = 765). Red value is 150 (58.98% from 255 or 55.15% from 272); Green value is 92 (36.33% from 255 or 33.82% from 272); Blue value is 30 (12.11% from 255 or 11.03% from 272); Max value from RGB is 150 - color contains mainly: red. Hex color #965C1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965C1E is #69A3E1. Grayscale: #666666. Windows color (decimal): -6923234 or 1989782. OLE color: 1989782.

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

Color convert

RGB1509230-
CMYK00.390.800.41
HSL31º66.67%35.29%-
HSV(B)31º80%58.82%-
XYZ16.6414.233.1-
YUV102.2787.22162.04-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 55.15%
GREEN value IS 92 (36.33% from 255) = 33.82%
BLUE value IS 30 (12.11% from 255) = 11.03%
R=55.15%
G=33.82%
B=11.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.80
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150923000.390.800.413166.6735.29
Hex965C1E02750291f4323
Octal22613436047120513710343
Binary1001011010111001111001001111010000101001111111000011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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