Html Css Color HEX #8C605A Rose Taupe

📋 copy color: '#8C605A'

red 140 ◦ green 96 ◦ blue 90

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

Shades of Rose Taupe #8C605A

Tints of Rose Taupe #8C605A

RGB

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

 GREEN value IS 96 (37.89% from 255) = 29.45%

 BLUE value IS 90 (35.55% from 255) = 27.61%

R = 42.94%
G = 29.45%
B = 27.61%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.36

 K value IS 0.45

RGB Variations

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

Color information

#8C605A (or 0x8C605A) is known color: Rose Taupe. HEX triplet: 8C, 60 and 5A. RGB value is (140,96,90). Sum of RGB (Red+Green+Blue) = 140+96+90=326 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.94% from 326); Green value is 96 (37.89% from 255 or 29.45% from 326); Blue value is 90 (35.55% from 255 or 27.61% from 326); Max value from RGB is 140 - color contains mainly: red. Hex color #8C605A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C605A is #739FA5. Grayscale: #6C6C6C. Windows color (decimal): -7577510 or 5922956. OLE color: 5922956.

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

Color convert

RGB 140 96 90 -
CMYK 0 0.31 0.36 0.45
HSL 7.2º 0.22% 0.45% -
HSV(B) 7.2º 0.36% 0.55% -
XYZ 16.84 14.68 11.62 -
YUV 108.47 117.58 150.49 -
System Red Green Blue C M Y K H S L
Decimal 140 96 90 0 0.31 0.36 0.45 7.2 0.22 0.45
Hex 8C 60 5A 0 1F 24 2D 7 16 2D
Octal 214 140 132 0 37 44 55 7 26 55
Binary 10001100 1100000 1011010 0 11111 100100 101101 111 10110 101101

Color Harmonies of #8C605A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C605A

Black with #8C605A

Text Example


Text Example

White with #8C605A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,96,90); }

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

background-color css

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

 a { background-color: rgb(140,96,90); }

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

border-color css

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

 span { border-color: rgb(140,96,90); }

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