#95561E

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

Shades of Afghan Tan #95561E

Tints of Afghan Tan #95561E

Color information

#95561E (or 0x95561E) is unknown color: approx Afghan Tan. HEX triplet: 95, 56 and 1E. RGB value is (149,86,30). Sum of RGB (Red+Green+Blue) = 149+86+30=265 (35% of max value = 765). Red value is 149 (58.59% from 255 or 56.23% from 265); Green value is 86 (33.98% from 255 or 32.45% from 265); Blue value is 30 (12.11% from 255 or 11.32% from 265); Max value from RGB is 149 - color contains mainly: red. Hex color #95561E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95561E is #6AA9E1. Grayscale: #626262. Windows color (decimal): -6990306 or 1988245. OLE color: 1988245.

HSL color Cylindrical-coordinate representation of color #95561E: hue angle of 28.24º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #95561E is Cyan = 0, Magento = 0.42, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB1498630-
CMYK00.420.800.42
HSL28.24º66.48%35.1%-
HSV(B)28.24º79.87%58.43%-
XYZ15.9613.142.92-
YUV98.4589.37164.05-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 56.23%
GREEN value IS 86 (33.98% from 255) = 32.45%
BLUE value IS 30 (12.11% from 255) = 11.32%
R=56.23%
G=32.45%
B=11.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.80
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149863000.420.800.4228.2466.4835.1
Hex95561E02A502A1c4223
Octal22512636052120523410243
Binary1001010110101101111001010101010000101010111001000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95561E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95561E; }

 p { color: rgb(149,86,30); }

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

<style>
 a { background-color: #95561E; }

 a { background-color: rgb(149,86,30); }

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

<style>
 span { border-color: #95561E; }

 span { border-color: rgb(149,86,30); }

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