#94624B

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

Shades of Dark Tan #94624B

Tints of Dark Tan #94624B

Color information

#94624B (or 0x94624B) is unknown color: approx Dark Tan. HEX triplet: 94, 62 and 4B. RGB value is (148,98,75). Sum of RGB (Red+Green+Blue) = 148+98+75=321 (42% of max value = 765). Red value is 148 (58.20% from 255 or 46.11% from 321); Green value is 98 (38.67% from 255 or 30.53% from 321); Blue value is 75 (29.69% from 255 or 23.36% from 321); Max value from RGB is 148 - color contains mainly: red. Hex color #94624B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94624B is #6B9DB4. Grayscale: #6E6E6E. Windows color (decimal): -7052725 or 4940436. OLE color: 4940436.

HSL color Cylindrical-coordinate representation of color #94624B: hue angle of 18.9º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #94624B is Cyan = 0, Magento = 0.34, Yellow = 0.49 and Black (K on CMYK) = 0.42.

Color convert

RGB1489875-
CMYK00.340.490.42
HSL18.9º32.74%43.73%-
HSV(B)18.9º49.32%58.04%-
XYZ17.8515.548.72-
YUV110.33108.06154.87-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 46.11%
GREEN value IS 98 (38.67% from 255) = 30.53%
BLUE value IS 75 (29.69% from 255) = 23.36%
R=46.11%
G=30.53%
B=23.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.49
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148987500.340.490.4218.932.7443.73
Hex94624B022312A13212c
Octal2241421130426152234154
Binary1001010011000101001011010001011000110101010011100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94624B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94624B; }

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

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

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

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

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

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

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

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