#956428

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

Shades of Afghan Tan #956428

Tints of Afghan Tan #956428

Color information

#956428 (or 0x956428) is unknown color: approx Afghan Tan. HEX triplet: 95, 64 and 28. RGB value is (149,100,40). Sum of RGB (Red+Green+Blue) = 149+100+40=289 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.56% from 289); Green value is 100 (39.45% from 255 or 34.60% from 289); Blue value is 40 (16.02% from 255 or 13.84% from 289); Max value from RGB is 149 - color contains mainly: red. Hex color #956428 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956428 is #6A9BD7. Grayscale: #6C6C6C. Windows color (decimal): -6986712 or 2647189. OLE color: 2647189.

HSL color Cylindrical-coordinate representation of color #956428: hue angle of 33.03º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #956428 is Cyan = 0, Magento = 0.33, Yellow = 0.73 and Black (K on CMYK) = 0.42.

Color convert

RGB14910040-
CMYK00.330.730.42
HSL33.03º57.67%37.06%-
HSV(B)33.03º73.15%58.43%-
XYZ17.3315.664.12-
YUV107.8189.73157.38-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 51.56%
GREEN value IS 100 (39.45% from 255) = 34.60%
BLUE value IS 40 (16.02% from 255) = 13.84%
R=51.56%
G=34.60%
B=13.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.73
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491004000.330.730.4233.0357.6737.06
Hex956428021492A213a25
Octal2251445004111152417245
Binary10010101110010010100001000011001001101010100001111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956428; }

 p { color: rgb(149,100,40); }

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

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

 a { background-color: rgb(149,100,40); }

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

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

 span { border-color: rgb(149,100,40); }

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