Html Css Color HEX #695165 Salt Box

📋 copy color: '#695165'

red 105 ◦ green 81 ◦ blue 101

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

Shades of Salt Box #695165

Tints of Salt Box #695165

RGB

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

 GREEN value IS 81 (32.03% from 255) = 28.22%

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

R = 36.59%
G = 28.22%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.04

 K value IS 0.59

RGB Variations

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

Color information

#695165 (or 0x695165) is known color: Salt Box. HEX triplet: 69, 51 and 65. RGB value is (105,81,101). Sum of RGB (Red+Green+Blue) = 105+81+101=287 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.59% from 287); Green value is 81 (32.03% from 255 or 28.22% from 287); Blue value is 101 (39.84% from 255 or 35.19% from 287); Max value from RGB is 105 - color contains mainly: red. Hex color #695165 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695165 is #96AE9A. Grayscale: #5A5A5A. Windows color (decimal): -9875099 or 6639977. OLE color: 6639977.

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

Color convert

RGB 105 81 101 -
CMYK 0 0.23 0.04 0.59
HSL 310º 0.13% 0.36% -
HSV(B) 310º 0.23% 0.41% -
XYZ 11.12 9.83 13.62 -
YUV 90.46 133.95 138.37 -
System Red Green Blue C M Y K H S L
Decimal 105 81 101 0 0.23 0.04 0.59 310 0.13 0.36
Hex 69 51 65 0 17 4 3B 136 D 24
Octal 151 121 145 0 27 4 73 466 15 44
Binary 1101001 1010001 1100101 0 10111 100 111011 100110110 1101 100100

Color Harmonies of #695165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695165

Black with #695165

Text Example


Text Example

White with #695165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695165; }

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

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

background-color css

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

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

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

border-color css

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

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

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