Html Css Color HEX #6C5D68 Salt Box

📋 copy color: '#6C5D68'

red 108 ◦ green 93 ◦ blue 104

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

Shades of Salt Box #6C5D68

Tints of Salt Box #6C5D68

RGB

 RED value IS 108 (42.58% from 255) = 35.41%

 GREEN value IS 93 (36.72% from 255) = 30.49%

 BLUE value IS 104 (41.02% from 255) = 34.1%

R = 35.41%
G = 30.49%
B = 34.1%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.04

 K value IS 0.58

RGB Variations

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

Color information

#6C5D68 (or 0x6C5D68) is known color: Salt Box. HEX triplet: 6C, 5D and 68. RGB value is (108,93,104). Sum of RGB (Red+Green+Blue) = 108+93+104=305 (40% of max value = 765). Red value is 108 (42.58% from 255 or 35.41% from 305); Green value is 93 (36.72% from 255 or 30.49% from 305); Blue value is 104 (41.02% from 255 or 34.10% from 305); Max value from RGB is 108 - color contains mainly: red. Hex color #6C5D68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C5D68 is #93A297. Grayscale: #626262. Windows color (decimal): -9675416 or 6839660. OLE color: 6839660.

HSL color Cylindrical-coordinate representation of color #6C5D68: hue angle of 316º degrees, saturation: 0.07, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #6C5D68 is Cyan = 0, Magento = 0.14, Yellow = 0.04 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 93 104 -
CMYK 0 0.14 0.04 0.58
HSL 316º 0.07% 0.39% -
HSV(B) 316º 0.14% 0.42% -
XYZ 12.6 12.02 14.75 -
YUV 98.74 130.97 134.61 -
System Red Green Blue C M Y K H S L
Decimal 108 93 104 0 0.14 0.04 0.58 316 0.07 0.39
Hex 6C 5D 68 0 E 4 3A 13C 7 27
Octal 154 135 150 0 16 4 72 474 7 47
Binary 1101100 1011101 1101000 0 1110 100 111010 100111100 111 100111

Color Harmonies of #6C5D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C5D68

Black with #6C5D68

Text Example


Text Example

White with #6C5D68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6C5D68; }

 p { color: rgb(108,93,104); }

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

background-color css

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

 a { background-color: rgb(108,93,104); }

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

border-color css

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

 span { border-color: rgb(108,93,104); }

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