#956125

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

Shades of Afghan Tan #956125

Tints of Afghan Tan #956125

Color information

#956125 (or 0x956125) is unknown color: approx Afghan Tan. HEX triplet: 95, 61 and 25. RGB value is (149,97,37). Sum of RGB (Red+Green+Blue) = 149+97+37=283 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.65% from 283); Green value is 97 (38.28% from 255 or 34.28% from 283); Blue value is 37 (14.84% from 255 or 13.07% from 283); Max value from RGB is 149 - color contains mainly: red. Hex color #956125 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956125 is #6A9EDA. Grayscale: #6A6A6A. Windows color (decimal): -6987483 or 2449813. OLE color: 2449813.

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

Color convert

RGB1499737-
CMYK00.350.750.42
HSL32.14º60.22%36.47%-
HSV(B)32.14º75.17%58.43%-
XYZ1715.073.76-
YUV105.7189.23158.88-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 52.65%
GREEN value IS 97 (38.28% from 255) = 34.28%
BLUE value IS 37 (14.84% from 255) = 13.07%
R=52.65%
G=34.28%
B=13.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.75
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149973700.350.750.4232.1460.2236.47
Hex9561250234B2A203c24
Octal2251414504311352407444
Binary10010101110000110010101000111001011101010100000111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956125; }

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

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

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

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

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

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

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

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