#96561D

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

Shades of Afghan Tan #96561D

Tints of Afghan Tan #96561D

Color information

#96561D (or 0x96561D) is unknown color: approx Afghan Tan. HEX triplet: 96, 56 and 1D. RGB value is (150,86,29). Sum of RGB (Red+Green+Blue) = 150+86+29=265 (35% of max value = 765). Red value is 150 (58.98% from 255 or 56.60% from 265); Green value is 86 (33.98% from 255 or 32.45% from 265); Blue value is 29 (11.72% from 255 or 10.94% from 265); Max value from RGB is 150 - color contains mainly: red. Hex color #96561D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96561D is #69A9E2. Grayscale: #626262. Windows color (decimal): -6924771 or 1922710. OLE color: 1922710.

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

Color convert

RGB1508629-
CMYK00.430.810.41
HSL28.26º67.6%35.1%-
HSV(B)28.26º80.67%58.82%-
XYZ16.1313.232.87-
YUV98.6488.7164.63-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 56.60%
GREEN value IS 86 (33.98% from 255) = 32.45%
BLUE value IS 29 (11.72% from 255) = 10.94%
R=56.60%
G=32.45%
B=10.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.81
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150862900.430.810.4128.2667.635.1
Hex96561D02B51291c4423
Octal22612635053121513410443
Binary1001011010101101110101010111010001101001111001000100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96561D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96561D; }

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

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

<style>
 a { background-color: #96561D; }

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

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

<style>
 span { border-color: #96561D; }

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

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