#956124

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

Shades of Afghan Tan #956124

Tints of Afghan Tan #956124

Color information

#956124 (or 0x956124) is unknown color: approx Afghan Tan. HEX triplet: 95, 61 and 24. RGB value is (149,97,36). Sum of RGB (Red+Green+Blue) = 149+97+36=282 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.84% from 282); Green value is 97 (38.28% from 255 or 34.40% from 282); Blue value is 36 (14.45% from 255 or 12.77% from 282); Max value from RGB is 149 - color contains mainly: red. Hex color #956124 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956124 is #6A9EDB. Grayscale: #696969. Windows color (decimal): -6987484 or 2384277. OLE color: 2384277.

HSL color Cylindrical-coordinate representation of color #956124: hue angle of 32.39º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #956124 is Cyan = 0, Magento = 0.35, Yellow = 0.76 and Black (K on CMYK) = 0.42.

Color convert

RGB1499736-
CMYK00.350.760.42
HSL32.39º61.08%36.27%-
HSV(B)32.39º75.84%58.43%-
XYZ16.9915.073.68-
YUV105.5988.73158.96-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 52.84%
GREEN value IS 97 (38.28% from 255) = 34.40%
BLUE value IS 36 (14.45% from 255) = 12.77%
R=52.84%
G=34.40%
B=12.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.76
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149973600.350.760.4232.3961.0836.27
Hex9561240234C2A203d24
Octal2251414404311452407544
Binary10010101110000110010001000111001100101010100000111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956124; }

 p { color: rgb(149,97,36); }

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

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

 a { background-color: rgb(149,97,36); }

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

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

 span { border-color: rgb(149,97,36); }

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