Html Css Color HEX #695D6E Rum

📋 copy color: '#695D6E'

red 105 ◦ green 93 ◦ blue 110

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

Shades of Rum #695D6E

Tints of Rum #695D6E

RGB

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

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

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

R = 34.09%
G = 30.19%
B = 35.71%

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

#695D6E (or 0x695D6E) is known color: Rum. HEX triplet: 69, 5D and 6E. RGB value is (105,93,110). Sum of RGB (Red+Green+Blue) = 105+93+110=308 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.09% from 308); Green value is 93 (36.72% from 255 or 30.19% from 308); Blue value is 110 (43.36% from 255 or 35.71% from 308); Max value from RGB is 110 - color contains mainly: blue. Hex color #695D6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695D6E is #96A291. Grayscale: #626262. Windows color (decimal): -9872018 or 7232873. OLE color: 7232873.

HSL color Cylindrical-coordinate representation of color #695D6E: hue angle of 282.35º 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 #695D6E is Cyan = 0.05, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 105 93 110 -
CMYK 0.05 0.15 0 0.57
HSL 282.35º 0.08% 0.4% -
HSV(B) 282.35º 0.15% 0.43% -
XYZ 12.55 11.96 16.4 -
YUV 98.53 134.48 132.62 -
System Red Green Blue C M Y K H S L
Decimal 105 93 110 0.05 0.15 0 0.57 282.35 0.08 0.4
Hex 69 5D 6E 5 F 0 39 11A 8 28
Octal 151 135 156 5 17 0 71 432 10 50
Binary 1101001 1011101 1101110 101 1111 0 111001 100011010 1000 101000

Color Harmonies of #695D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695D6E

Black with #695D6E

Text Example


Text Example

White with #695D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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