Html Css Color HEX #684F65 Salt Box

📋 copy color: '#684F65'

red 104 ◦ green 79 ◦ blue 101

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

Shades of Salt Box #684F65

Tints of Salt Box #684F65

RGB

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

 GREEN value IS 79 (31.25% from 255) = 27.82%

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

R = 36.62%
G = 27.82%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.03

 K value IS 0.59

RGB Variations

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

Color information

#684F65 (or 0x684F65) is known color: Salt Box. HEX triplet: 68, 4F and 65. RGB value is (104,79,101). Sum of RGB (Red+Green+Blue) = 104+79+101=284 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.62% from 284); Green value is 79 (31.25% from 255 or 27.82% from 284); Blue value is 101 (39.84% from 255 or 35.56% from 284); Max value from RGB is 104 - color contains mainly: red. Hex color #684F65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #684F65 is #97B09A. Grayscale: #585858. Windows color (decimal): -9941147 or 6639464. OLE color: 6639464.

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

Color convert

RGB 104 79 101 -
CMYK 0 0.24 0.03 0.59
HSL 307.2º 0.14% 0.36% -
HSV(B) 307.2º 0.24% 0.41% -
XYZ 10.85 9.47 13.57 -
YUV 88.98 134.78 138.71 -
System Red Green Blue C M Y K H S L
Decimal 104 79 101 0 0.24 0.03 0.59 307.2 0.14 0.36
Hex 68 4F 65 0 18 3 3B 133 E 24
Octal 150 117 145 0 30 3 73 463 16 44
Binary 1101000 1001111 1100101 0 11000 11 111011 100110011 1110 100100

Color Harmonies of #684F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684F65

Black with #684F65

Text Example


Text Example

White with #684F65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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