#946526

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

Shades of Afghan Tan #946526

Tints of Afghan Tan #946526

Color information

#946526 (or 0x946526) is unknown color: approx Afghan Tan. HEX triplet: 94, 65 and 26. RGB value is (148,101,38). Sum of RGB (Red+Green+Blue) = 148+101+38=287 (38% of max value = 765). Red value is 148 (58.20% from 255 or 51.57% from 287); Green value is 101 (39.84% from 255 or 35.19% from 287); Blue value is 38 (15.23% from 255 or 13.24% from 287); Max value from RGB is 148 - color contains mainly: red. Hex color #946526 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946526 is #6B9AD9. Grayscale: #6C6C6C. Windows color (decimal): -7051994 or 2516372. OLE color: 2516372.

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

Color convert

RGB14810138-
CMYK00.320.740.42
HSL34.36º59.14%36.47%-
HSV(B)34.36º74.32%58.04%-
XYZ17.2215.743.97-
YUV107.8788.57156.62-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 51.57%
GREEN value IS 101 (39.84% from 255) = 35.19%
BLUE value IS 38 (15.23% from 255) = 13.24%
R=51.57%
G=35.19%
B=13.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.74
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481013800.320.740.4234.3659.1436.47
Hex9465260204A2A223b24
Octal2241454604011252427344
Binary10010100110010110011001000001001010101010100010111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946526; }

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

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

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

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

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

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

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

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