Html Css Color HEX #695966 Salt Box

📋 copy color: '#695966'

red 105 ◦ green 89 ◦ blue 102

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

Shades of Salt Box #695966

Tints of Salt Box #695966

RGB

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

 GREEN value IS 89 (35.16% from 255) = 30.07%

 BLUE value IS 102 (40.23% from 255) = 34.46%

R = 35.47%
G = 30.07%
B = 34.46%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.03

 K value IS 0.59

RGB Variations

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

Color information

#695966 (or 0x695966) is known color: Salt Box. HEX triplet: 69, 59 and 66. RGB value is (105,89,102). Sum of RGB (Red+Green+Blue) = 105+89+102=296 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.47% from 296); Green value is 89 (35.16% from 255 or 30.07% from 296); Blue value is 102 (40.23% from 255 or 34.46% from 296); Max value from RGB is 105 - color contains mainly: red. Hex color #695966 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695966 is #96A699. Grayscale: #5F5F5F. Windows color (decimal): -9873050 or 6707561. OLE color: 6707561.

HSL color Cylindrical-coordinate representation of color #695966: hue angle of 311.25º degrees, saturation: 0.08, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #695966 is Cyan = 0, Magento = 0.15, Yellow = 0.03 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 89 102 -
CMYK 0 0.15 0.03 0.59
HSL 311.25º 0.08% 0.38% -
HSV(B) 311.25º 0.15% 0.41% -
XYZ 11.8 11.11 14.09 -
YUV 95.27 131.8 134.94 -
System Red Green Blue C M Y K H S L
Decimal 105 89 102 0 0.15 0.03 0.59 311.25 0.08 0.38
Hex 69 59 66 0 F 3 3B 137 8 26
Octal 151 131 146 0 17 3 73 467 10 46
Binary 1101001 1011001 1100110 0 1111 11 111011 100110111 1000 100110

Color Harmonies of #695966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695966

Black with #695966

Text Example


Text Example

White with #695966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695966; }

 p { color: rgb(105,89,102); }

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

background-color css

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

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

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

border-color css

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

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

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