Html Css Color HEX #695D69 Salt Box

📋 copy color: '#695D69'

red 105 ◦ green 93 ◦ blue 105

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

Shades of Salt Box #695D69

Tints of Salt Box #695D69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 34.65%

R = 34.65%
G = 30.69%
B = 34.65%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#695D69 (or 0x695D69) is known color: Salt Box. HEX triplet: 69, 5D and 69. RGB value is (105,93,105). Sum of RGB (Red+Green+Blue) = 105+93+105=303 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.65% from 303); Green value is 93 (36.72% from 255 or 30.69% from 303); Blue value is 105 (41.41% from 255 or 34.65% from 303); Max value from RGB is 105 - color contains mainly: red, blue. Hex color #695D69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695D69 is #96A296. Grayscale: #616161. Windows color (decimal): -9872023 or 6905193. OLE color: 6905193.

HSL color Cylindrical-coordinate representation of color #695D69: hue angle of 300º degrees, saturation: 0.06, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #695D69 is Cyan = 0, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 93 105 -
CMYK 0 0.11 0 0.59
HSL 300º 0.06% 0.39% -
HSV(B) 300º 0.11% 0.41% -
XYZ 12.29 11.85 15 -
YUV 97.96 131.98 133.02 -
System Red Green Blue C M Y K H S L
Decimal 105 93 105 0 0.11 0 0.59 300 0.06 0.39
Hex 69 5D 69 0 B 0 3B 12C 6 27
Octal 151 135 151 0 13 0 73 454 6 47
Binary 1101001 1011101 1101001 0 1011 0 111011 100101100 110 100111

Color Harmonies of #695D69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695D69

Black with #695D69

Text Example


Text Example

White with #695D69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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