#946626

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

Shades of Afghan Tan #946626

Tints of Afghan Tan #946626

Color information

#946626 (or 0x946626) is unknown color: approx Afghan Tan. HEX triplet: 94, 66 and 26. RGB value is (148,102,38). Sum of RGB (Red+Green+Blue) = 148+102+38=288 (38% of max value = 765). Red value is 148 (58.20% from 255 or 51.39% from 288); Green value is 102 (40.23% from 255 or 35.42% from 288); Blue value is 38 (15.23% from 255 or 13.19% from 288); Max value from RGB is 148 - color contains mainly: red. Hex color #946626 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946626 is #6B99D9. Grayscale: #6C6C6C. Windows color (decimal): -7051738 or 2516628. OLE color: 2516628.

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

Color convert

RGB14810238-
CMYK00.310.740.42
HSL34.91º59.14%36.47%-
HSV(B)34.91º74.32%58.04%-
XYZ17.3115.944-
YUV108.4688.24156.2-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 51.39%
GREEN value IS 102 (40.23% from 255) = 35.42%
BLUE value IS 38 (15.23% from 255) = 13.19%
R=51.39%
G=35.42%
B=13.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.74
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481023800.310.740.4234.9159.1436.47
Hex94662601F4A2A233b24
Octal2241464603711252437344
Binary1001010011001101001100111111001010101010100011111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946626; }

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

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

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

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

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

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

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

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