Html Css Color HEX #684965 Salt Box

📋 copy color: '#684965'

red 104 ◦ green 73 ◦ blue 101

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

Shades of Salt Box #684965

Tints of Salt Box #684965

RGB

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

 GREEN value IS 73 (28.91% from 255) = 26.26%

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

R = 37.41%
G = 26.26%
B = 36.33%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.03

 K value IS 0.59

RGB Variations

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

Color information

#684965 (or 0x684965) is known color: Salt Box. HEX triplet: 68, 49 and 65. RGB value is (104,73,101). Sum of RGB (Red+Green+Blue) = 104+73+101=278 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.41% from 278); Green value is 73 (28.91% from 255 or 26.26% from 278); Blue value is 101 (39.84% from 255 or 36.33% from 278); Max value from RGB is 104 - color contains mainly: red. Hex color #684965 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #684965 is #97B69A. Grayscale: #555555. Windows color (decimal): -9942683 or 6637928. OLE color: 6637928.

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

Color convert

RGB 104 73 101 -
CMYK 0 0.30 0.03 0.59
HSL 305.81º 0.18% 0.35% -
HSV(B) 305.81º 0.3% 0.41% -
XYZ 10.44 8.65 13.43 -
YUV 85.46 136.77 141.22 -
System Red Green Blue C M Y K H S L
Decimal 104 73 101 0 0.30 0.03 0.59 305.81 0.18 0.35
Hex 68 49 65 0 1E 3 3B 132 12 23
Octal 150 111 145 0 36 3 73 462 22 43
Binary 1101000 1001001 1100101 0 11110 11 111011 100110010 10010 100011

Color Harmonies of #684965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684965

Black with #684965

Text Example


Text Example

White with #684965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #684965; }

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

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

background-color css

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

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

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

border-color css

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

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

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