#946628

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

Shades of Afghan Tan #946628

Tints of Afghan Tan #946628

Color information

#946628 (or 0x946628) is unknown color: approx Afghan Tan. HEX triplet: 94, 66 and 28. RGB value is (148,102,40). Sum of RGB (Red+Green+Blue) = 148+102+40=290 (38% of max value = 765). Red value is 148 (58.20% from 255 or 51.03% from 290); Green value is 102 (40.23% from 255 or 35.17% from 290); Blue value is 40 (16.02% from 255 or 13.79% from 290); Max value from RGB is 148 - color contains mainly: red. Hex color #946628 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946628 is #6B99D7. Grayscale: #6C6C6C. Windows color (decimal): -7051736 or 2647700. OLE color: 2647700.

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

Color convert

RGB14810240-
CMYK00.310.730.42
HSL34.44º57.45%36.86%-
HSV(B)34.44º72.97%58.04%-
XYZ17.3515.954.17-
YUV108.6989.24156.04-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 51.03%
GREEN value IS 102 (40.23% from 255) = 35.17%
BLUE value IS 40 (16.02% from 255) = 13.79%
R=51.03%
G=35.17%
B=13.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.73
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481024000.310.730.4234.4457.4536.86
Hex94662801F492A223925
Octal2241465003711152427145
Binary1001010011001101010000111111001001101010100010111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946628; }

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

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

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

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

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

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

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

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