#946226

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

Shades of Afghan Tan #946226

Tints of Afghan Tan #946226

Color information

#946226 (or 0x946226) is unknown color: approx Afghan Tan. HEX triplet: 94, 62 and 26. RGB value is (148,98,38). Sum of RGB (Red+Green+Blue) = 148+98+38=284 (37% of max value = 765). Red value is 148 (58.20% from 255 or 52.11% from 284); Green value is 98 (38.67% from 255 or 34.51% from 284); Blue value is 38 (15.23% from 255 or 13.38% from 284); Max value from RGB is 148 - color contains mainly: red. Hex color #946226 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946226 is #6B9DD9. Grayscale: #6A6A6A. Windows color (decimal): -7052762 or 2515604. OLE color: 2515604.

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

Color convert

RGB1489838-
CMYK00.340.740.42
HSL32.73º59.14%36.47%-
HSV(B)32.73º74.32%58.04%-
XYZ16.9315.173.87-
YUV106.1189.56157.88-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 52.11%
GREEN value IS 98 (38.67% from 255) = 34.51%
BLUE value IS 38 (15.23% from 255) = 13.38%
R=52.11%
G=34.51%
B=13.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.74
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148983800.340.740.4232.7359.1436.47
Hex9462260224A2A213b24
Octal2241424604211252417344
Binary10010100110001010011001000101001010101010100001111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946226; }

 p { color: rgb(148,98,38); }

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

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

 a { background-color: rgb(148,98,38); }

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

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

 span { border-color: rgb(148,98,38); }

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