Html Css Color HEX #685562 Salt Box

📋 copy color: '#685562'

red 104 ◦ green 85 ◦ blue 98

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

Shades of Salt Box #685562

Tints of Salt Box #685562

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 34.15%

R = 36.24%
G = 29.62%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.06

 K value IS 0.59

RGB Variations

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

Color information

#685562 (or 0x685562) is known color: Salt Box. HEX triplet: 68, 55 and 62. RGB value is (104,85,98). Sum of RGB (Red+Green+Blue) = 104+85+98=287 (38% of max value = 765). Red value is 104 (41.02% from 255 or 36.24% from 287); Green value is 85 (33.59% from 255 or 29.62% from 287); Blue value is 98 (38.67% from 255 or 34.15% from 287); Max value from RGB is 104 - color contains mainly: red. Hex color #685562 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685562 is #97AA9D. Grayscale: #5C5C5C. Windows color (decimal): -9939614 or 6444392. OLE color: 6444392.

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

Color convert

RGB 104 85 98 -
CMYK 0 0.18 0.06 0.59
HSL 318.95º 0.1% 0.37% -
HSV(B) 318.95º 0.18% 0.41% -
XYZ 11.16 10.32 12.96 -
YUV 92.16 131.29 136.44 -
System Red Green Blue C M Y K H S L
Decimal 104 85 98 0 0.18 0.06 0.59 318.95 0.1 0.37
Hex 68 55 62 0 12 6 3B 13F A 25
Octal 150 125 142 0 22 6 73 477 12 45
Binary 1101000 1010101 1100010 0 10010 110 111011 100111111 1010 100101

Color Harmonies of #685562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685562

Black with #685562

Text Example


Text Example

White with #685562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685562; }

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

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

background-color css

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

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

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

border-color css

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

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

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