Html Css Color HEX #695163 Salt Box

📋 copy color: '#695163'

red 105 ◦ green 81 ◦ blue 99

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

Shades of Salt Box #695163

Tints of Salt Box #695163

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 34.74%

R = 36.84%
G = 28.42%
B = 34.74%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.06

 K value IS 0.59

RGB Variations

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

Color information

#695163 (or 0x695163) is known color: Salt Box. HEX triplet: 69, 51 and 63. RGB value is (105,81,99). Sum of RGB (Red+Green+Blue) = 105+81+99=285 (37% of max value = 765). Red value is 105 (41.41% from 255 or 36.84% from 285); Green value is 81 (32.03% from 255 or 28.42% from 285); Blue value is 99 (39.06% from 255 or 34.74% from 285); Max value from RGB is 105 - color contains mainly: red. Hex color #695163 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695163 is #96AE9C. Grayscale: #5A5A5A. Windows color (decimal): -9875101 or 6508905. OLE color: 6508905.

HSL color Cylindrical-coordinate representation of color #695163: hue angle of 315º 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 #695163 is Cyan = 0, Magento = 0.23, Yellow = 0.06 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 81 99 -
CMYK 0 0.23 0.06 0.59
HSL 315º 0.13% 0.36% -
HSV(B) 315º 0.23% 0.41% -
XYZ 11.02 9.79 13.11 -
YUV 90.23 132.95 138.54 -
System Red Green Blue C M Y K H S L
Decimal 105 81 99 0 0.23 0.06 0.59 315 0.13 0.36
Hex 69 51 63 0 17 6 3B 13B D 24
Octal 151 121 143 0 27 6 73 473 15 44
Binary 1101001 1010001 1100011 0 10111 110 111011 100111011 1101 100100

Color Harmonies of #695163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695163

Black with #695163

Text Example


Text Example

White with #695163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695163; }

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

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

background-color css

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

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

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

border-color css

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

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

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