Html Css Color HEX #685267 Salt Box

📋 copy color: '#685267'

red 104 ◦ green 82 ◦ blue 103

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

Shades of Salt Box #685267

Tints of Salt Box #685267

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 35.64%

R = 35.99%
G = 28.37%
B = 35.64%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.01

 K value IS 0.59

RGB Variations

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

Color information

#685267 (or 0x685267) is known color: Salt Box. HEX triplet: 68, 52 and 67. RGB value is (104,82,103). Sum of RGB (Red+Green+Blue) = 104+82+103=289 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.99% from 289); Green value is 82 (32.42% from 255 or 28.37% from 289); Blue value is 103 (40.62% from 255 or 35.64% from 289); Max value from RGB is 104 - color contains mainly: red. Hex color #685267 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685267 is #97AD98. Grayscale: #5A5A5A. Windows color (decimal): -9940377 or 6771304. OLE color: 6771304.

HSL color Cylindrical-coordinate representation of color #685267: hue angle of 302.73º 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 #685267 is Cyan = 0, Magento = 0.21, Yellow = 0.01 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 82 103 -
CMYK 0 0.21 0.01 0.59
HSL 302.73º 0.12% 0.36% -
HSV(B) 302.73º 0.21% 0.41% -
XYZ 11.17 9.96 14.16 -
YUV 90.97 134.79 137.29 -
System Red Green Blue C M Y K H S L
Decimal 104 82 103 0 0.21 0.01 0.59 302.73 0.12 0.36
Hex 68 52 67 0 15 1 3B 12F C 24
Octal 150 122 147 0 25 1 73 457 14 44
Binary 1101000 1010010 1100111 0 10101 1 111011 100101111 1100 100100

Color Harmonies of #685267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685267

Black with #685267

Text Example


Text Example

White with #685267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685267; }

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

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

background-color css

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

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

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

border-color css

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

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

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