#94625D

Color #94625D Rose Taupe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rose Taupe #94625D

Tints of Rose Taupe #94625D

Color information

#94625D (or 0x94625D) is unknown color: approx Rose Taupe. HEX triplet: 94, 62 and 5D. RGB value is (148,98,93). Sum of RGB (Red+Green+Blue) = 148+98+93=339 (44% of max value = 765). Red value is 148 (58.20% from 255 or 43.66% from 339); Green value is 98 (38.67% from 255 or 28.91% from 339); Blue value is 93 (36.72% from 255 or 27.43% from 339); Max value from RGB is 148 - color contains mainly: red. Hex color #94625D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94625D is #6B9DA2. Grayscale: #707070. Windows color (decimal): -7052707 or 6120084. OLE color: 6120084.

HSL color Cylindrical-coordinate representation of color #94625D: hue angle of 5.45º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #94625D is Cyan = 0, Magento = 0.34, Yellow = 0.37 and Black (K on CMYK) = 0.42.

Color convert

RGB1489893-
CMYK00.340.370.42
HSL5.45º22.82%47.25%-
HSV(B)5.45º37.16%58.04%-
XYZ18.5615.8212.43-
YUV112.38117.06153.41-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 43.66%
GREEN value IS 98 (38.67% from 255) = 28.91%
BLUE value IS 93 (36.72% from 255) = 27.43%
R=43.66%
G=28.91%
B=27.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.37
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148989300.340.370.425.4522.8247.25
Hex94625D022252A5172f
Octal224142135042455252757
Binary1001010011000101011101010001010010110101010110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94625D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94625D; }

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

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

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

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

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

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

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

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