#946625

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

Shades of Afghan Tan #946625

Tints of Afghan Tan #946625

Color information

#946625 (or 0x946625) is unknown color: approx Afghan Tan. HEX triplet: 94, 66 and 25. RGB value is (148,102,37). Sum of RGB (Red+Green+Blue) = 148+102+37=287 (38% of max value = 765). Red value is 148 (58.20% from 255 or 51.57% from 287); Green value is 102 (40.23% from 255 or 35.54% from 287); Blue value is 37 (14.84% from 255 or 12.89% from 287); Max value from RGB is 148 - color contains mainly: red. Hex color #946625 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946625 is #6B99DA. Grayscale: #6C6C6C. Windows color (decimal): -7051739 or 2451092. OLE color: 2451092.

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

Color convert

RGB14810237-
CMYK00.310.750.42
HSL35.14º60%36.27%-
HSV(B)35.14º75%58.04%-
XYZ17.315.933.91-
YUV108.3487.74156.29-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 51.57%
GREEN value IS 102 (40.23% from 255) = 35.54%
BLUE value IS 37 (14.84% from 255) = 12.89%
R=51.57%
G=35.54%
B=12.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.75
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481023700.310.750.4235.146036.27
Hex94662501F4B2A233c24
Octal2241464503711352437444
Binary1001010011001101001010111111001011101010100011111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946625; }

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

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

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

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

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

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

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

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