Html Css Color HEX #8E6360 Rose Taupe

📋 copy color: '#8E6360'

red 142 ◦ green 99 ◦ blue 96

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

Shades of Rose Taupe #8E6360

Tints of Rose Taupe #8E6360

RGB

 RED value IS 142 (55.86% from 255) = 42.14%

 GREEN value IS 99 (39.06% from 255) = 29.38%

 BLUE value IS 96 (37.89% from 255) = 28.49%

R = 42.14%
G = 29.38%
B = 28.49%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.32

 K value IS 0.44

RGB Variations

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

Color information

#8E6360 (or 0x8E6360) is known color: Rose Taupe. HEX triplet: 8E, 63 and 60. RGB value is (142,99,96). Sum of RGB (Red+Green+Blue) = 142+99+96=337 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.14% from 337); Green value is 99 (39.06% from 255 or 29.38% from 337); Blue value is 96 (37.89% from 255 or 28.49% from 337); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6360 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E6360 is #719C9F. Grayscale: #6F6F6F. Windows color (decimal): -7445664 or 6316942. OLE color: 6316942.

HSL color Cylindrical-coordinate representation of color #8E6360: hue angle of 3.91º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8E6360 is Cyan = 0, Magento = 0.30, Yellow = 0.32 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 99 96 -
CMYK 0 0.30 0.32 0.44
HSL 3.91º 0.19% 0.47% -
HSV(B) 3.91º 0.32% 0.56% -
XYZ 17.73 15.52 13.13 -
YUV 111.52 119.25 149.74 -
System Red Green Blue C M Y K H S L
Decimal 142 99 96 0 0.30 0.32 0.44 3.91 0.19 0.47
Hex 8E 63 60 0 1E 20 2C 4 13 2F
Octal 216 143 140 0 36 40 54 4 23 57
Binary 10001110 1100011 1100000 0 11110 100000 101100 100 10011 101111

Color Harmonies of #8E6360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E6360

Black with #8E6360

Text Example


Text Example

White with #8E6360

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,99,96); }

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

background-color css

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

 a { background-color: rgb(142,99,96); }

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

border-color css

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

 span { border-color: rgb(142,99,96); }

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