#946028

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

Shades of Afghan Tan #946028

Tints of Afghan Tan #946028

Color information

#946028 (or 0x946028) is unknown color: approx Afghan Tan. HEX triplet: 94, 60 and 28. RGB value is (148,96,40). Sum of RGB (Red+Green+Blue) = 148+96+40=284 (37% of max value = 765). Red value is 148 (58.20% from 255 or 52.11% from 284); Green value is 96 (37.89% from 255 or 33.80% from 284); Blue value is 40 (16.02% from 255 or 14.08% from 284); Max value from RGB is 148 - color contains mainly: red. Hex color #946028 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946028 is #6B9FD7. Grayscale: #696969. Windows color (decimal): -7053272 or 2646164. OLE color: 2646164.

HSL color Cylindrical-coordinate representation of color #946028: hue angle of 31.11º degrees, saturation: 0.57, 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 #946028 is Cyan = 0, Magento = 0.35, Yellow = 0.73 and Black (K on CMYK) = 0.42.

Color convert

RGB1489640-
CMYK00.350.730.42
HSL31.11º57.45%36.86%-
HSV(B)31.11º72.97%58.04%-
XYZ16.7814.813.98-
YUV105.1691.23158.55-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 52.11%
GREEN value IS 96 (37.89% from 255) = 33.80%
BLUE value IS 40 (16.02% from 255) = 14.08%
R=52.11%
G=33.80%
B=14.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.73
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148964000.350.730.4231.1157.4536.86
Hex946028023492A1f3925
Octal2241405004311152377145
Binary1001010011000001010000100011100100110101011111111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946028; }

 p { color: rgb(148,96,40); }

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

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

 a { background-color: rgb(148,96,40); }

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

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

 span { border-color: rgb(148,96,40); }

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