Html Css Color HEX #865B5B Rose Taupe

📋 copy color: '#865B5B'

red 134 ◦ green 91 ◦ blue 91

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

Shades of Rose Taupe #865B5B

Tints of Rose Taupe #865B5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 28.8%

R = 42.41%
G = 28.8%
B = 28.8%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.32

 K value IS 0.47

RGB Variations

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

Color information

#865B5B (or 0x865B5B) is known color: Rose Taupe. HEX triplet: 86, 5B and 5B. RGB value is (134,91,91). Sum of RGB (Red+Green+Blue) = 134+91+91=316 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.41% from 316); Green value is 91 (35.94% from 255 or 28.80% from 316); Blue value is 91 (35.94% from 255 or 28.80% from 316); Max value from RGB is 134 - color contains mainly: red. Hex color #865B5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865B5B is #79A4A4. Grayscale: #676767. Windows color (decimal): -7972005 or 5987206. OLE color: 5987206.

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

Color convert

RGB 134 91 91 -
CMYK 0 0.32 0.32 0.47
HSL 0.19% 0.44% -
HSV(B) 0.32% 0.53% -
XYZ 15.46 13.31 11.65 -
YUV 103.86 120.75 149.5 -
System Red Green Blue C M Y K H S L
Decimal 134 91 91 0 0.32 0.32 0.47 0 0.19 0.44
Hex 86 5B 5B 0 20 20 2F 0 13 2C
Octal 206 133 133 0 40 40 57 0 23 54
Binary 10000110 1011011 1011011 0 100000 100000 101111 0 10011 101100

Color Harmonies of #865B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865B5B

Black with #865B5B

Text Example


Text Example

White with #865B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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