Html Css Color HEX #695E6E Rum

📋 copy color: '#695E6E'

red 105 ◦ green 94 ◦ blue 110

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

Shades of Rum #695E6E

Tints of Rum #695E6E

RGB

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

 GREEN value IS 94 (37.11% from 255) = 30.42%

 BLUE value IS 110 (43.36% from 255) = 35.6%

R = 33.98%
G = 30.42%
B = 35.6%

CMYK

 C value IS 0.05

 M value IS 0.15

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#695E6E (or 0x695E6E) is known color: Rum. HEX triplet: 69, 5E and 6E. RGB value is (105,94,110). Sum of RGB (Red+Green+Blue) = 105+94+110=309 (40% of max value = 765). Red value is 105 (41.41% from 255 or 33.98% from 309); Green value is 94 (37.11% from 255 or 30.42% from 309); Blue value is 110 (43.36% from 255 or 35.60% from 309); Max value from RGB is 110 - color contains mainly: blue. Hex color #695E6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695E6E is #96A191. Grayscale: #636363. Windows color (decimal): -9871762 or 7233129. OLE color: 7233129.

HSL color Cylindrical-coordinate representation of color #695E6E: hue angle of 281.25º degrees, saturation: 0.08, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #695E6E is Cyan = 0.05, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 105 94 110 -
CMYK 0.05 0.15 0 0.57
HSL 281.25º 0.08% 0.4% -
HSV(B) 281.25º 0.15% 0.43% -
XYZ 12.64 12.13 16.43 -
YUV 99.11 134.14 132.2 -
System Red Green Blue C M Y K H S L
Decimal 105 94 110 0.05 0.15 0 0.57 281.25 0.08 0.4
Hex 69 5E 6E 5 F 0 39 119 8 28
Octal 151 136 156 5 17 0 71 431 10 50
Binary 1101001 1011110 1101110 101 1111 0 111001 100011001 1000 101000

Color Harmonies of #695E6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695E6E

Black with #695E6E

Text Example


Text Example

White with #695E6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,94,110); }

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

background-color css

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

 a { background-color: rgb(105,94,110); }

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

border-color css

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

 span { border-color: rgb(105,94,110); }

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