Html Css Color HEX #685065 Salt Box

📋 copy color: '#685065'

red 104 ◦ green 80 ◦ blue 101

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

Shades of Salt Box #685065

Tints of Salt Box #685065

RGB

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

 GREEN value IS 80 (31.64% from 255) = 28.07%

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

R = 36.49%
G = 28.07%
B = 35.44%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.03

 K value IS 0.59

RGB Variations

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

Color information

#685065 (or 0x685065) is known color: Salt Box. HEX triplet: 68, 50 and 65. RGB value is (104,80,101). Sum of RGB (Red+Green+Blue) = 104+80+101=285 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.49% from 285); Green value is 80 (31.64% from 255 or 28.07% from 285); Blue value is 101 (39.84% from 255 or 35.44% from 285); Max value from RGB is 104 - color contains mainly: red. Hex color #685065 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685065 is #97AF9A. Grayscale: #595959. Windows color (decimal): -9940891 or 6639720. OLE color: 6639720.

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

Color convert

RGB 104 80 101 -
CMYK 0 0.23 0.03 0.59
HSL 307.5º 0.13% 0.36% -
HSV(B) 307.5º 0.23% 0.41% -
XYZ 10.93 9.62 13.59 -
YUV 89.57 134.45 138.29 -
System Red Green Blue C M Y K H S L
Decimal 104 80 101 0 0.23 0.03 0.59 307.5 0.13 0.36
Hex 68 50 65 0 17 3 3B 134 D 24
Octal 150 120 145 0 27 3 73 464 15 44
Binary 1101000 1010000 1100101 0 10111 11 111011 100110100 1101 100100

Color Harmonies of #685065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685065

Black with #685065

Text Example


Text Example

White with #685065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685065; }

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

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

background-color css

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

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

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

border-color css

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

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

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