Html Css Color HEX #695D68 Salt Box

📋 copy color: '#695D68'

red 105 ◦ green 93 ◦ blue 104

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

Shades of Salt Box #695D68

Tints of Salt Box #695D68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 34.44%

R = 34.77%
G = 30.79%
B = 34.44%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.01

 K value IS 0.59

RGB Variations

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

Color information

#695D68 (or 0x695D68) is known color: Salt Box. HEX triplet: 69, 5D and 68. RGB value is (105,93,104). Sum of RGB (Red+Green+Blue) = 105+93+104=302 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.77% from 302); Green value is 93 (36.72% from 255 or 30.79% from 302); Blue value is 104 (41.02% from 255 or 34.44% from 302); Max value from RGB is 105 - color contains mainly: red. Hex color #695D68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695D68 is #96A297. Grayscale: #616161. Windows color (decimal): -9872024 or 6839657. OLE color: 6839657.

HSL color Cylindrical-coordinate representation of color #695D68: hue angle of 305º 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 #695D68 is Cyan = 0, Magento = 0.11, Yellow = 0.01 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 93 104 -
CMYK 0 0.11 0.01 0.59
HSL 305º 0.06% 0.39% -
HSV(B) 305º 0.11% 0.41% -
XYZ 12.24 11.83 14.74 -
YUV 97.84 131.48 133.11 -
System Red Green Blue C M Y K H S L
Decimal 105 93 104 0 0.11 0.01 0.59 305 0.06 0.39
Hex 69 5D 68 0 B 1 3B 131 6 27
Octal 151 135 150 0 13 1 73 461 6 47
Binary 1101001 1011101 1101000 0 1011 1 111011 100110001 110 100111

Color Harmonies of #695D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695D68

Black with #695D68

Text Example


Text Example

White with #695D68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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