#96561F

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

Shades of Afghan Tan #96561F

Tints of Afghan Tan #96561F

Color information

#96561F (or 0x96561F) is unknown color: approx Afghan Tan. HEX triplet: 96, 56 and 1F. RGB value is (150,86,31). Sum of RGB (Red+Green+Blue) = 150+86+31=267 (35% of max value = 765). Red value is 150 (58.98% from 255 or 56.18% from 267); Green value is 86 (33.98% from 255 or 32.21% from 267); Blue value is 31 (12.5% from 255 or 11.61% from 267); Max value from RGB is 150 - color contains mainly: red. Hex color #96561F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96561F is #69A9E0. Grayscale: #636363. Windows color (decimal): -6924769 or 2053782. OLE color: 2053782.

HSL color Cylindrical-coordinate representation of color #96561F: hue angle of 27.73º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #96561F is Cyan = 0, Magento = 0.43, Yellow = 0.79 and Black (K on CMYK) = 0.41.

Color convert

RGB1508631-
CMYK00.430.790.41
HSL27.73º65.75%35.49%-
HSV(B)27.73º79.33%58.82%-
XYZ16.1513.243-
YUV98.8789.7164.47-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 56.18%
GREEN value IS 86 (33.98% from 255) = 32.21%
BLUE value IS 31 (12.5% from 255) = 11.61%
R=56.18%
G=32.21%
B=11.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.79
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150863100.430.790.4127.7365.7535.49
Hex96561F02B4F291c4223
Octal22612637053117513410243
Binary1001011010101101111101010111001111101001111001000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96561F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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