Html Css Color HEX #684D65 Salt Box

📋 copy color: '#684D65'

red 104 ◦ green 77 ◦ blue 101

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

Shades of Salt Box #684D65

Tints of Salt Box #684D65

RGB

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

 GREEN value IS 77 (30.47% from 255) = 27.3%

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

R = 36.88%
G = 27.3%
B = 35.82%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.03

 K value IS 0.59

RGB Variations

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

Color information

#684D65 (or 0x684D65) is known color: Salt Box. HEX triplet: 68, 4D and 65. RGB value is (104,77,101). Sum of RGB (Red+Green+Blue) = 104+77+101=282 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.88% from 282); Green value is 77 (30.47% from 255 or 27.30% from 282); Blue value is 101 (39.84% from 255 or 35.82% from 282); Max value from RGB is 104 - color contains mainly: red. Hex color #684D65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #684D65 is #97B29A. Grayscale: #575757. Windows color (decimal): -9941659 or 6638952. OLE color: 6638952.

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

Color convert

RGB 104 77 101 -
CMYK 0 0.26 0.03 0.59
HSL 306.67º 0.15% 0.35% -
HSV(B) 306.67º 0.26% 0.41% -
XYZ 10.71 9.19 13.52 -
YUV 87.81 135.45 139.55 -
System Red Green Blue C M Y K H S L
Decimal 104 77 101 0 0.26 0.03 0.59 306.67 0.15 0.35
Hex 68 4D 65 0 1A 3 3B 133 F 23
Octal 150 115 145 0 32 3 73 463 17 43
Binary 1101000 1001101 1100101 0 11010 11 111011 100110011 1111 100011

Color Harmonies of #684D65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684D65

Black with #684D65

Text Example


Text Example

White with #684D65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #684D65; }

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

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

background-color css

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

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

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

border-color css

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

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

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