Html Css Color HEX #684A65 Salt Box

📋 copy color: '#684A65'

red 104 ◦ green 74 ◦ blue 101

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

Shades of Salt Box #684A65

Tints of Salt Box #684A65

RGB

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

 GREEN value IS 74 (29.3% from 255) = 26.52%

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

R = 37.28%
G = 26.52%
B = 36.2%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.03

 K value IS 0.59

RGB Variations

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

Color information

#684A65 (or 0x684A65) is known color: Salt Box. HEX triplet: 68, 4A and 65. RGB value is (104,74,101). Sum of RGB (Red+Green+Blue) = 104+74+101=279 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.28% from 279); Green value is 74 (29.30% from 255 or 26.52% from 279); Blue value is 101 (39.84% from 255 or 36.20% from 279); Max value from RGB is 104 - color contains mainly: red. Hex color #684A65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #684A65 is #97B59A. Grayscale: #555555. Windows color (decimal): -9942427 or 6638184. OLE color: 6638184.

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

Color convert

RGB 104 74 101 -
CMYK 0 0.29 0.03 0.59
HSL 306º 0.17% 0.35% -
HSV(B) 306º 0.29% 0.41% -
XYZ 10.51 8.78 13.45 -
YUV 86.05 136.44 140.8 -
System Red Green Blue C M Y K H S L
Decimal 104 74 101 0 0.29 0.03 0.59 306 0.17 0.35
Hex 68 4A 65 0 1D 3 3B 132 11 23
Octal 150 112 145 0 35 3 73 462 21 43
Binary 1101000 1001010 1100101 0 11101 11 111011 100110010 10001 100011

Color Harmonies of #684A65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684A65

Black with #684A65

Text Example


Text Example

White with #684A65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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