#96551B

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

Shades of Afghan Tan #96551B

Tints of Afghan Tan #96551B

Color information

#96551B (or 0x96551B) is unknown color: approx Afghan Tan. HEX triplet: 96, 55 and 1B. RGB value is (150,85,27). Sum of RGB (Red+Green+Blue) = 150+85+27=262 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.25% from 262); Green value is 85 (33.59% from 255 or 32.44% from 262); Blue value is 27 (10.94% from 255 or 10.31% from 262); Max value from RGB is 150 - color contains mainly: red. Hex color #96551B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96551B is #69AAE4. Grayscale: #626262. Windows color (decimal): -6925029 or 1791382. OLE color: 1791382.

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

Color convert

RGB1508527-
CMYK00.430.820.41
HSL28.29º69.49%34.71%-
HSV(B)28.29º82%58.82%-
XYZ16.0213.062.71-
YUV97.8288.03165.22-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 57.25%
GREEN value IS 85 (33.59% from 255) = 32.44%
BLUE value IS 27 (10.94% from 255) = 10.31%
R=57.25%
G=32.44%
B=10.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.82
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150852700.430.820.4128.2969.4934.71
Hex96551B02B52291c4523
Octal22612533053122513410543
Binary1001011010101011101101010111010010101001111001000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96551B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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