#946326

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

Shades of Afghan Tan #946326

Tints of Afghan Tan #946326

Color information

#946326 (or 0x946326) is unknown color: approx Afghan Tan. HEX triplet: 94, 63 and 26. RGB value is (148,99,38). Sum of RGB (Red+Green+Blue) = 148+99+38=285 (37% of max value = 765). Red value is 148 (58.20% from 255 or 51.93% from 285); Green value is 99 (39.06% from 255 or 34.74% from 285); Blue value is 38 (15.23% from 255 or 13.33% from 285); Max value from RGB is 148 - color contains mainly: red. Hex color #946326 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946326 is #6B9CD9. Grayscale: #6A6A6A. Windows color (decimal): -7052506 or 2515860. OLE color: 2515860.

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

Color convert

RGB1489938-
CMYK00.330.740.42
HSL33.27º59.14%36.47%-
HSV(B)33.27º74.32%58.04%-
XYZ17.0215.363.9-
YUV106.789.23157.46-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 51.93%
GREEN value IS 99 (39.06% from 255) = 34.74%
BLUE value IS 38 (15.23% from 255) = 13.33%
R=51.93%
G=34.74%
B=13.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.74
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148993800.330.740.4233.2759.1436.47
Hex9463260214A2A213b24
Octal2241434604111252417344
Binary10010100110001110011001000011001010101010100001111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946326; }

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

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

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

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

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

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

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

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