#8C625C

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

Shades of Rose Taupe #8C625C

Tints of Rose Taupe #8C625C

Color information

#8C625C (or 0x8C625C) is unknown color: approx Rose Taupe. HEX triplet: 8C, 62 and 5C. RGB value is (140,98,92). Sum of RGB (Red+Green+Blue) = 140+98+92=330 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.42% from 330); Green value is 98 (38.67% from 255 or 29.70% from 330); Blue value is 92 (36.33% from 255 or 27.88% from 330); Max value from RGB is 140 - color contains mainly: red. Hex color #8C625C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C625C is #739DA3. Grayscale: #6D6D6D. Windows color (decimal): -7576996 or 6054540. OLE color: 6054540.

HSL color Cylindrical-coordinate representation of color #8C625C: hue angle of 7.5º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8C625C is Cyan = 0, Magento = 0.3, Yellow = 0.34 and Black (K on CMYK) = 0.45.

Color convert

RGB1409892-
CMYK00.30.340.45
HSL7.5º20.69%45.49%-
HSV(B)7.5º34.29%54.9%-
XYZ17.1115.0812.13-
YUV109.87117.91149.49-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 42.42%
GREEN value IS 98 (38.67% from 255) = 29.70%
BLUE value IS 92 (36.33% from 255) = 27.88%
R=42.42%
G=29.70%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.34
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140989200.30.340.457.520.6945.49
Hex8C625C01E222D8152d
Octal2141421340364255102555
Binary1000110011000101011100011110100010101101100010101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C625C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8C625C; }

 p { color: rgb(140,98,92); }

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

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

 a { background-color: rgb(140,98,92); }

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

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

 span { border-color: rgb(140,98,92); }

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