Html Css Color HEX #8C615E Rose Taupe

📋 copy color: '#8C615E'

red 140 ◦ green 97 ◦ blue 94

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

Shades of Rose Taupe #8C615E

Tints of Rose Taupe #8C615E

RGB

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

 GREEN value IS 97 (38.28% from 255) = 29.31%

 BLUE value IS 94 (37.11% from 255) = 28.4%

R = 42.3%
G = 29.31%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.33

 K value IS 0.45

RGB Variations

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

Color information

#8C615E (or 0x8C615E) is known color: Rose Taupe. HEX triplet: 8C, 61 and 5E. RGB value is (140,97,94). Sum of RGB (Red+Green+Blue) = 140+97+94=331 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.30% from 331); Green value is 97 (38.28% from 255 or 29.31% from 331); Blue value is 94 (37.11% from 255 or 28.40% from 331); Max value from RGB is 140 - color contains mainly: red. Hex color #8C615E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C615E is #739EA1. Grayscale: #6D6D6D. Windows color (decimal): -7577250 or 6185356. OLE color: 6185356.

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

Color convert

RGB 140 97 94 -
CMYK 0 0.31 0.33 0.45
HSL 3.91º 0.2% 0.46% -
HSV(B) 3.91º 0.33% 0.55% -
XYZ 17.11 14.93 12.57 -
YUV 109.52 119.25 149.74 -
System Red Green Blue C M Y K H S L
Decimal 140 97 94 0 0.31 0.33 0.45 3.91 0.2 0.46
Hex 8C 61 5E 0 1F 21 2D 4 14 2E
Octal 214 141 136 0 37 41 55 4 24 56
Binary 10001100 1100001 1011110 0 11111 100001 101101 100 10100 101110

Color Harmonies of #8C615E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C615E

Black with #8C615E

Text Example


Text Example

White with #8C615E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,97,94); }

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

background-color css

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

 a { background-color: rgb(140,97,94); }

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

border-color css

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

 span { border-color: rgb(140,97,94); }

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