Html Css Color HEX #695971 Rum

📋 copy color: '#695971'

red 105 ◦ green 89 ◦ blue 113

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

Shades of Rum #695971

Tints of Rum #695971

RGB

 RED value IS 105 (41.41% from 255) = 34.2%

 GREEN value IS 89 (35.16% from 255) = 28.99%

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

R = 34.2%
G = 28.99%
B = 36.81%

CMYK

 C value IS 0.07

 M value IS 0.21

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#695971 (or 0x695971) is known color: Rum. HEX triplet: 69, 59 and 71. RGB value is (105,89,113). Sum of RGB (Red+Green+Blue) = 105+89+113=307 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.20% from 307); Green value is 89 (35.16% from 255 or 28.99% from 307); Blue value is 113 (44.53% from 255 or 36.81% from 307); Max value from RGB is 113 - color contains mainly: blue. Hex color #695971 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695971 is #96A68E. Grayscale: #606060. Windows color (decimal): -9873039 or 7428457. OLE color: 7428457.

HSL color Cylindrical-coordinate representation of color #695971: hue angle of 280º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #695971 is Cyan = 0.07, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 105 89 113 -
CMYK 0.07 0.21 0 0.56
HSL 280º 0.12% 0.4% -
HSV(B) 280º 0.21% 0.44% -
XYZ 12.38 11.34 17.16 -
YUV 96.52 137.3 134.05 -
System Red Green Blue C M Y K H S L
Decimal 105 89 113 0.07 0.21 0 0.56 280 0.12 0.4
Hex 69 59 71 7 15 0 38 118 C 28
Octal 151 131 161 7 25 0 70 430 14 50
Binary 1101001 1011001 1110001 111 10101 0 111000 100011000 1100 101000

Color Harmonies of #695971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695971

Black with #695971

Text Example


Text Example

White with #695971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695971; }

 p { color: rgb(105,89,113); }

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

background-color css

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

 a { background-color: rgb(105,89,113); }

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

border-color css

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

 span { border-color: rgb(105,89,113); }

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