Html Css Color HEX #685566 Salt Box

📋 copy color: '#685566'

red 104 ◦ green 85 ◦ blue 102

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

Shades of Salt Box #685566

Tints of Salt Box #685566

RGB

 RED value IS 104 (41.02% from 255) = 35.74%

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

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

R = 35.74%
G = 29.21%
B = 35.05%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.02

 K value IS 0.59

RGB Variations

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

Color information

#685566 (or 0x685566) is known color: Salt Box. HEX triplet: 68, 55 and 66. RGB value is (104,85,102). Sum of RGB (Red+Green+Blue) = 104+85+102=291 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.74% from 291); Green value is 85 (33.59% from 255 or 29.21% from 291); Blue value is 102 (40.23% from 255 or 35.05% from 291); Max value from RGB is 104 - color contains mainly: red. Hex color #685566 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685566 is #97AA99. Grayscale: #5C5C5C. Windows color (decimal): -9939610 or 6706536. OLE color: 6706536.

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

Color convert

RGB 104 85 102 -
CMYK 0 0.18 0.02 0.59
HSL 306.32º 0.1% 0.37% -
HSV(B) 306.32º 0.18% 0.41% -
XYZ 11.36 10.4 13.98 -
YUV 92.62 133.29 136.12 -
System Red Green Blue C M Y K H S L
Decimal 104 85 102 0 0.18 0.02 0.59 306.32 0.1 0.37
Hex 68 55 66 0 12 2 3B 132 A 25
Octal 150 125 146 0 22 2 73 462 12 45
Binary 1101000 1010101 1100110 0 10010 10 111011 100110010 1010 100101

Color Harmonies of #685566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685566

Black with #685566

Text Example


Text Example

White with #685566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685566; }

 p { color: rgb(104,85,102); }

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

background-color css

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

 a { background-color: rgb(104,85,102); }

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

border-color css

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

 span { border-color: rgb(104,85,102); }

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