Html Css Color HEX #685867 Salt Box

📋 copy color: '#685867'

red 104 ◦ green 88 ◦ blue 103

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

Shades of Salt Box #685867

Tints of Salt Box #685867

RGB

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

 GREEN value IS 88 (34.77% from 255) = 29.83%

 BLUE value IS 103 (40.63% from 255) = 34.92%

R = 35.25%
G = 29.83%
B = 34.92%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.01

 K value IS 0.59

RGB Variations

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

Color information

#685867 (or 0x685867) is known color: Salt Box. HEX triplet: 68, 58 and 67. RGB value is (104,88,103). Sum of RGB (Red+Green+Blue) = 104+88+103=295 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.25% from 295); Green value is 88 (34.77% from 255 or 29.83% from 295); Blue value is 103 (40.62% from 255 or 34.92% from 295); Max value from RGB is 104 - color contains mainly: red. Hex color #685867 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685867 is #97A798. Grayscale: #5E5E5E. Windows color (decimal): -9938841 or 6772840. OLE color: 6772840.

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

Color convert

RGB 104 88 103 -
CMYK 0 0.15 0.01 0.59
HSL 303.75º 0.08% 0.38% -
HSV(B) 303.75º 0.15% 0.41% -
XYZ 11.65 10.9 14.32 -
YUV 94.49 132.8 134.78 -
System Red Green Blue C M Y K H S L
Decimal 104 88 103 0 0.15 0.01 0.59 303.75 0.08 0.38
Hex 68 58 67 0 F 1 3B 130 8 26
Octal 150 130 147 0 17 1 73 460 10 46
Binary 1101000 1011000 1100111 0 1111 1 111011 100110000 1000 100110

Color Harmonies of #685867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685867

Black with #685867

Text Example


Text Example

White with #685867

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685867; }

 p { color: rgb(104,88,103); }

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

background-color css

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

 a { background-color: rgb(104,88,103); }

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

border-color css

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

 span { border-color: rgb(104,88,103); }

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