Html Css Color HEX #8C625F Rose Taupe

📋 copy color: '#8C625F'

red 140 ◦ green 98 ◦ blue 95

#8C625F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rose Taupe #8C625F

Tints of Rose Taupe #8C625F

RGB

 RED value IS 140 (55.08% from 255) = 42.04%

 GREEN value IS 98 (38.67% from 255) = 29.43%

 BLUE value IS 95 (37.5% from 255) = 28.53%

R = 42.04%
G = 29.43%
B = 28.53%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.32

 K value IS 0.45

RGB Variations

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

Color information

#8C625F (or 0x8C625F) is known color: Rose Taupe. HEX triplet: 8C, 62 and 5F. RGB value is (140,98,95). Sum of RGB (Red+Green+Blue) = 140+98+95=333 (44% of max value = 765). Red value is 140 (55.08% from 255 or 42.04% from 333); Green value is 98 (38.67% from 255 or 29.43% from 333); Blue value is 95 (37.5% from 255 or 28.53% from 333); Max value from RGB is 140 - color contains mainly: red. Hex color #8C625F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C625F is #739DA0. Grayscale: #6E6E6E. Windows color (decimal): -7576993 or 6251148. OLE color: 6251148.

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

Color convert

RGB 140 98 95 -
CMYK 0 0.3 0.32 0.45
HSL 0.19% 0.46% -
HSV(B) 0.32% 0.55% -
XYZ 17.25 15.14 12.84 -
YUV 110.22 119.41 149.24 -
System Red Green Blue C M Y K H S L
Decimal 140 98 95 0 0.3 0.32 0.45 4 0.19 0.46
Hex 8C 62 5F 0 1E 20 2D 4 13 2E
Octal 214 142 137 0 36 40 55 4 23 56
Binary 10001100 1100010 1011111 0 11110 100000 101101 100 10011 101110

Color Harmonies of #8C625F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C625F

Black with #8C625F

Text Example


Text Example

White with #8C625F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8C625F;
 }
 .AnyTagClassName
 {
   color: #8C625F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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