Html Css Color HEX #695565 Salt Box

📋 copy color: '#695565'

red 105 ◦ green 85 ◦ blue 101

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

Shades of Salt Box #695565

Tints of Salt Box #695565

RGB

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

 GREEN value IS 85 (33.59% from 255) = 29.21%

 BLUE value IS 101 (39.84% from 255) = 34.71%

R = 36.08%
G = 29.21%
B = 34.71%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.04

 K value IS 0.59

RGB Variations

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

Color information

#695565 (or 0x695565) is known color: Salt Box. HEX triplet: 69, 55 and 65. RGB value is (105,85,101). Sum of RGB (Red+Green+Blue) = 105+85+101=291 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.08% from 291); Green value is 85 (33.59% from 255 or 29.21% from 291); Blue value is 101 (39.84% from 255 or 34.71% from 291); Max value from RGB is 105 - color contains mainly: red. Hex color #695565 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695565 is #96AA9A. Grayscale: #5C5C5C. Windows color (decimal): -9874075 or 6641001. OLE color: 6641001.

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

Color convert

RGB 105 85 101 -
CMYK 0 0.19 0.04 0.59
HSL 312º 0.11% 0.37% -
HSV(B) 312º 0.19% 0.41% -
XYZ 11.42 10.44 13.72 -
YUV 92.8 132.63 136.7 -
System Red Green Blue C M Y K H S L
Decimal 105 85 101 0 0.19 0.04 0.59 312 0.11 0.37
Hex 69 55 65 0 13 4 3B 138 B 25
Octal 151 125 145 0 23 4 73 470 13 45
Binary 1101001 1010101 1100101 0 10011 100 111011 100111000 1011 100101

Color Harmonies of #695565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695565

Black with #695565

Text Example


Text Example

White with #695565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695565; }

 p { color: rgb(105,85,101); }

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

background-color css

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

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

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

border-color css

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

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

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