#956026

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

Shades of Afghan Tan #956026

Tints of Afghan Tan #956026

Color information

#956026 (or 0x956026) is unknown color: approx Afghan Tan. HEX triplet: 95, 60 and 26. RGB value is (149,96,38). Sum of RGB (Red+Green+Blue) = 149+96+38=283 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.65% from 283); Green value is 96 (37.89% from 255 or 33.92% from 283); Blue value is 38 (15.23% from 255 or 13.43% from 283); Max value from RGB is 149 - color contains mainly: red. Hex color #956026 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956026 is #6A9FD9. Grayscale: #696969. Windows color (decimal): -6987738 or 2515093. OLE color: 2515093.

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

Color convert

RGB1499638-
CMYK00.360.740.42
HSL31.35º59.36%36.67%-
HSV(B)31.35º74.5%58.43%-
XYZ16.9314.93.82-
YUV105.2390.06159.22-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 52.65%
GREEN value IS 96 (37.89% from 255) = 33.92%
BLUE value IS 38 (15.23% from 255) = 13.43%
R=52.65%
G=33.92%
B=13.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.74
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149963800.360.740.4231.3559.3636.67
Hex9560260244A2A1f3b25
Octal2251404604411252377345
Binary1001010111000001001100100100100101010101011111111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956026; }

 p { color: rgb(149,96,38); }

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

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

 a { background-color: rgb(149,96,38); }

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

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

 span { border-color: rgb(149,96,38); }

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