Html Css Color HEX #695C70 Rum

📋 copy color: '#695C70'

red 105 ◦ green 92 ◦ blue 112

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

Shades of Rum #695C70

Tints of Rum #695C70

RGB

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

 GREEN value IS 92 (36.33% from 255) = 29.77%

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

R = 33.98%
G = 29.77%
B = 36.25%

CMYK

 C value IS 0.06

 M value IS 0.18

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#695C70 (or 0x695C70) is known color: Rum. HEX triplet: 69, 5C and 70. RGB value is (105,92,112). Sum of RGB (Red+Green+Blue) = 105+92+112=309 (40% of max value = 765). Red value is 105 (41.41% from 255 or 33.98% from 309); Green value is 92 (36.33% from 255 or 29.77% from 309); Blue value is 112 (44.14% from 255 or 36.25% from 309); Max value from RGB is 112 - color contains mainly: blue. Hex color #695C70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695C70 is #96A38F. Grayscale: #626262. Windows color (decimal): -9872272 or 7363689. OLE color: 7363689.

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

Color convert

RGB 105 92 112 -
CMYK 0.06 0.18 0 0.56
HSL 279º 0.1% 0.4% -
HSV(B) 279º 0.18% 0.44% -
XYZ 12.58 11.83 16.95 -
YUV 98.17 135.81 132.87 -
System Red Green Blue C M Y K H S L
Decimal 105 92 112 0.06 0.18 0 0.56 279 0.1 0.4
Hex 69 5C 70 6 12 0 38 117 A 28
Octal 151 134 160 6 22 0 70 427 12 50
Binary 1101001 1011100 1110000 110 10010 0 111000 100010111 1010 101000

Color Harmonies of #695C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695C70

Black with #695C70

Text Example


Text Example

White with #695C70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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