Html Css Color HEX #685265 Salt Box

📋 copy color: '#685265'

red 104 ◦ green 82 ◦ blue 101

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

Shades of Salt Box #685265

Tints of Salt Box #685265

RGB

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

 GREEN value IS 82 (32.42% from 255) = 28.57%

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

R = 36.24%
G = 28.57%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.03

 K value IS 0.59

RGB Variations

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

Color information

#685265 (or 0x685265) is known color: Salt Box. HEX triplet: 68, 52 and 65. RGB value is (104,82,101). Sum of RGB (Red+Green+Blue) = 104+82+101=287 (38% of max value = 765). Red value is 104 (41.02% from 255 or 36.24% from 287); Green value is 82 (32.42% from 255 or 28.57% from 287); Blue value is 101 (39.84% from 255 or 35.19% from 287); Max value from RGB is 104 - color contains mainly: red. Hex color #685265 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685265 is #97AD9A. Grayscale: #5A5A5A. Windows color (decimal): -9940379 or 6640232. OLE color: 6640232.

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

Color convert

RGB 104 82 101 -
CMYK 0 0.21 0.03 0.59
HSL 308.18º 0.12% 0.36% -
HSV(B) 308.18º 0.21% 0.41% -
XYZ 11.08 9.92 13.64 -
YUV 90.74 133.79 137.46 -
System Red Green Blue C M Y K H S L
Decimal 104 82 101 0 0.21 0.03 0.59 308.18 0.12 0.36
Hex 68 52 65 0 15 3 3B 134 C 24
Octal 150 122 145 0 25 3 73 464 14 44
Binary 1101000 1010010 1100101 0 10101 11 111011 100110100 1100 100100

Color Harmonies of #685265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685265

Black with #685265

Text Example


Text Example

White with #685265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685265; }

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

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

background-color css

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

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

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

border-color css

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

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

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