Html Css Color HEX #695A73 Rum

📋 copy color: '#695A73'

red 105 ◦ green 90 ◦ blue 115

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

Shades of Rum #695A73

Tints of Rum #695A73

RGB

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

 GREEN value IS 90 (35.55% from 255) = 29.03%

 BLUE value IS 115 (45.31% from 255) = 37.1%

R = 33.87%
G = 29.03%
B = 37.1%

CMYK

 C value IS 0.09

 M value IS 0.22

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#695A73 (or 0x695A73) is known color: Rum. HEX triplet: 69, 5A and 73. RGB value is (105,90,115). Sum of RGB (Red+Green+Blue) = 105+90+115=310 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.87% from 310); Green value is 90 (35.55% from 255 or 29.03% from 310); Blue value is 115 (45.31% from 255 or 37.10% from 310); Max value from RGB is 115 - color contains mainly: blue. Hex color #695A73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695A73 is #96A58C. Grayscale: #616161. Windows color (decimal): -9872781 or 7559785. OLE color: 7559785.

HSL color Cylindrical-coordinate representation of color #695A73: hue angle of 276º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #695A73 is Cyan = 0.09, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 105 90 115 -
CMYK 0.09 0.22 0 0.55
HSL 276º 0.12% 0.4% -
HSV(B) 276º 0.22% 0.45% -
XYZ 12.58 11.55 17.79 -
YUV 97.34 137.97 133.47 -
System Red Green Blue C M Y K H S L
Decimal 105 90 115 0.09 0.22 0 0.55 276 0.12 0.4
Hex 69 5A 73 9 16 0 37 114 C 28
Octal 151 132 163 11 26 0 67 424 14 50
Binary 1101001 1011010 1110011 1001 10110 0 110111 100010100 1100 101000

Color Harmonies of #695A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695A73

Black with #695A73

Text Example


Text Example

White with #695A73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695A73; }

 p { color: rgb(105,90,115); }

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

background-color css

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

 a { background-color: rgb(105,90,115); }

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

border-color css

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

 span { border-color: rgb(105,90,115); }

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