#96551D

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

Shades of Afghan Tan #96551D

Tints of Afghan Tan #96551D

Color information

#96551D (or 0x96551D) is unknown color: approx Afghan Tan. HEX triplet: 96, 55 and 1D. RGB value is (150,85,29). Sum of RGB (Red+Green+Blue) = 150+85+29=264 (34% of max value = 765). Red value is 150 (58.98% from 255 or 56.82% from 264); Green value is 85 (33.59% from 255 or 32.20% from 264); Blue value is 29 (11.72% from 255 or 10.98% from 264); Max value from RGB is 150 - color contains mainly: red. Hex color #96551D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96551D is #69AAE2. Grayscale: #626262. Windows color (decimal): -6925027 or 1922454. OLE color: 1922454.

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

Color convert

RGB1508529-
CMYK00.430.810.41
HSL27.77º67.6%35.1%-
HSV(B)27.77º80.67%58.82%-
XYZ16.0513.072.84-
YUV98.0589.03165.05-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 56.82%
GREEN value IS 85 (33.59% from 255) = 32.20%
BLUE value IS 29 (11.72% from 255) = 10.98%
R=56.82%
G=32.20%
B=10.98%

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
Decimal150852900.430.810.4127.7767.635.1
Hex96551D02B51291c4423
Octal22612535053121513410443
Binary1001011010101011110101010111010001101001111001000100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96551D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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