Html Css Color HEX #695D70 Rum

📋 copy color: '#695D70'

red 105 ◦ green 93 ◦ blue 112

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

Shades of Rum #695D70

Tints of Rum #695D70

RGB

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

 GREEN value IS 93 (36.72% from 255) = 30%

 BLUE value IS 112 (44.14% from 255) = 36.13%

R = 33.87%
G = 30%
B = 36.13%

CMYK

 C value IS 0.06

 M value IS 0.17

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#695D70 (or 0x695D70) is known color: Rum. HEX triplet: 69, 5D and 70. RGB value is (105,93,112). Sum of RGB (Red+Green+Blue) = 105+93+112=310 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.87% from 310); Green value is 93 (36.72% from 255 or 30% from 310); Blue value is 112 (44.14% from 255 or 36.13% from 310); Max value from RGB is 112 - color contains mainly: blue. Hex color #695D70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695D70 is #96A28F. Grayscale: #626262. Windows color (decimal): -9872016 or 7363945. OLE color: 7363945.

HSL color Cylindrical-coordinate representation of color #695D70: hue angle of 277.89º degrees, saturation: 0.09, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #695D70 is Cyan = 0.06, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 105 93 112 -
CMYK 0.06 0.17 0 0.56
HSL 277.89º 0.09% 0.4% -
HSV(B) 277.89º 0.17% 0.44% -
XYZ 12.66 12 16.98 -
YUV 98.75 135.48 132.46 -
System Red Green Blue C M Y K H S L
Decimal 105 93 112 0.06 0.17 0 0.56 277.89 0.09 0.4
Hex 69 5D 70 6 11 0 38 116 9 28
Octal 151 135 160 6 21 0 70 426 11 50
Binary 1101001 1011101 1110000 110 10001 0 111000 100010110 1001 101000

Color Harmonies of #695D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695D70

Black with #695D70

Text Example


Text Example

White with #695D70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,93,112); }

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

background-color css

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

 a { background-color: rgb(105,93,112); }

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

border-color css

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

 span { border-color: rgb(105,93,112); }

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