Html Css Color HEX #685365 Salt Box

📋 copy color: '#685365'

red 104 ◦ green 83 ◦ blue 101

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

Shades of Salt Box #685365

Tints of Salt Box #685365

RGB

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

 GREEN value IS 83 (32.81% from 255) = 28.82%

 BLUE value IS 101 (39.84% from 255) = 35.07%

R = 36.11%
G = 28.82%
B = 35.07%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.03

 K value IS 0.59

RGB Variations

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

Color information

#685365 (or 0x685365) is known color: Salt Box. HEX triplet: 68, 53 and 65. RGB value is (104,83,101). Sum of RGB (Red+Green+Blue) = 104+83+101=288 (38% of max value = 765). Red value is 104 (41.02% from 255 or 36.11% from 288); Green value is 83 (32.81% from 255 or 28.82% from 288); Blue value is 101 (39.84% from 255 or 35.07% from 288); Max value from RGB is 104 - color contains mainly: red. Hex color #685365 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685365 is #97AC9A. Grayscale: #5B5B5B. Windows color (decimal): -9940123 or 6640488. OLE color: 6640488.

HSL color Cylindrical-coordinate representation of color #685365: hue angle of 308.57º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #685365 is Cyan = 0, Magento = 0.20, Yellow = 0.03 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 83 101 -
CMYK 0 0.20 0.03 0.59
HSL 308.57º 0.11% 0.37% -
HSV(B) 308.57º 0.2% 0.41% -
XYZ 11.15 10.07 13.67 -
YUV 91.33 133.46 137.04 -
System Red Green Blue C M Y K H S L
Decimal 104 83 101 0 0.20 0.03 0.59 308.57 0.11 0.37
Hex 68 53 65 0 14 3 3B 135 B 25
Octal 150 123 145 0 24 3 73 465 13 45
Binary 1101000 1010011 1100101 0 10100 11 111011 100110101 1011 100101

Color Harmonies of #685365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685365

Black with #685365

Text Example


Text Example

White with #685365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685365; }

 p { color: rgb(104,83,101); }

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

background-color css

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

 a { background-color: rgb(104,83,101); }

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

border-color css

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

 span { border-color: rgb(104,83,101); }

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