Html Css Color HEX #706571 Rum

📋 copy color: '#706571'

red 112 ◦ green 101 ◦ blue 113

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

Shades of Rum #706571

Tints of Rum #706571

RGB

 RED value IS 112 (44.14% from 255) = 34.36%

 GREEN value IS 101 (39.84% from 255) = 30.98%

 BLUE value IS 113 (44.53% from 255) = 34.66%

R = 34.36%
G = 30.98%
B = 34.66%

CMYK

 C value IS 0.01

 M value IS 0.11

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#706571 (or 0x706571) is known color: Rum. HEX triplet: 70, 65 and 71. RGB value is (112,101,113). Sum of RGB (Red+Green+Blue) = 112+101+113=326 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.36% from 326); Green value is 101 (39.84% from 255 or 30.98% from 326); Blue value is 113 (44.53% from 255 or 34.66% from 326); Max value from RGB is 113 - color contains mainly: blue. Hex color #706571 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706571 is #8F9A8E. Grayscale: #696969. Windows color (decimal): -9411215 or 7431536. OLE color: 7431536.

HSL color Cylindrical-coordinate representation of color #706571: hue angle of 295º degrees, saturation: 0.06, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #706571 is Cyan = 0.01, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 101 113 -
CMYK 0.01 0.11 0 0.56
HSL 295º 0.06% 0.42% -
HSV(B) 295º 0.11% 0.44% -
XYZ 14.32 13.94 17.56 -
YUV 105.66 132.14 132.52 -
System Red Green Blue C M Y K H S L
Decimal 112 101 113 0.01 0.11 0 0.56 295 0.06 0.42
Hex 70 65 71 1 B 0 38 127 6 2A
Octal 160 145 161 1 13 0 70 447 6 52
Binary 1110000 1100101 1110001 1 1011 0 111000 100100111 110 101010

Color Harmonies of #706571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706571

Black with #706571

Text Example


Text Example

White with #706571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706571; }

 p { color: rgb(112,101,113); }

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

background-color css

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

 a { background-color: rgb(112,101,113); }

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

border-color css

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

 span { border-color: rgb(112,101,113); }

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