Html Css Color HEX #865B5A Rose Taupe

📋 copy color: '#865B5A'

red 134 ◦ green 91 ◦ blue 90

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

Shades of Rose Taupe #865B5A

Tints of Rose Taupe #865B5A

RGB

 RED value IS 134 (52.73% from 255) = 42.54%

 GREEN value IS 91 (35.94% from 255) = 28.89%

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

R = 42.54%
G = 28.89%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.33

 K value IS 0.47

RGB Variations

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

Color information

#865B5A (or 0x865B5A) is known color: Rose Taupe. HEX triplet: 86, 5B and 5A. RGB value is (134,91,90). Sum of RGB (Red+Green+Blue) = 134+91+90=315 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.54% from 315); Green value is 91 (35.94% from 255 or 28.89% from 315); Blue value is 90 (35.55% from 255 or 28.57% from 315); Max value from RGB is 134 - color contains mainly: red. Hex color #865B5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865B5A is #79A4A5. Grayscale: #676767. Windows color (decimal): -7972006 or 5921670. OLE color: 5921670.

HSL color Cylindrical-coordinate representation of color #865B5A: hue angle of 1.36º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #865B5A is Cyan = 0, Magento = 0.32, Yellow = 0.33 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 91 90 -
CMYK 0 0.32 0.33 0.47
HSL 1.36º 0.2% 0.44% -
HSV(B) 1.36º 0.33% 0.53% -
XYZ 15.42 13.29 11.43 -
YUV 103.74 120.25 149.58 -
System Red Green Blue C M Y K H S L
Decimal 134 91 90 0 0.32 0.33 0.47 1.36 0.2 0.44
Hex 86 5B 5A 0 20 21 2F 1 14 2C
Octal 206 133 132 0 40 41 57 1 24 54
Binary 10000110 1011011 1011010 0 100000 100001 101111 1 10100 101100

Color Harmonies of #865B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865B5A

Black with #865B5A

Text Example


Text Example

White with #865B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #865B5A; }

 p { color: rgb(134,91,90); }

 H1.HeaderClassName
 {
   color: #865B5A;
 }
 .AnyTagClassName
 {
   color: #865B5A;
 }
</style>

background-color css

<style>
 a { background-color: #865B5A; }

 a { background-color: rgb(134,91,90); }

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

border-color css

<style>
 span { border-color: #865B5A; }

 span { border-color: rgb(134,91,90); }

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