Html Css Color HEX #6C5B68 Salt Box

📋 copy color: '#6C5B68'

red 108 ◦ green 91 ◦ blue 104

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

Shades of Salt Box #6C5B68

Tints of Salt Box #6C5B68

RGB

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

 GREEN value IS 91 (35.94% from 255) = 30.03%

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

R = 35.64%
G = 30.03%
B = 34.32%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.04

 K value IS 0.58

RGB Variations

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

Color information

#6C5B68 (or 0x6C5B68) is known color: Salt Box. HEX triplet: 6C, 5B and 68. RGB value is (108,91,104). Sum of RGB (Red+Green+Blue) = 108+91+104=303 (40% of max value = 765). Red value is 108 (42.58% from 255 or 35.64% from 303); Green value is 91 (35.94% from 255 or 30.03% from 303); Blue value is 104 (41.02% from 255 or 34.32% from 303); Max value from RGB is 108 - color contains mainly: red. Hex color #6C5B68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C5B68 is #93A497. Grayscale: #616161. Windows color (decimal): -9675928 or 6839148. OLE color: 6839148.

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

Color convert

RGB 108 91 104 -
CMYK 0 0.16 0.04 0.58
HSL 314.12º 0.09% 0.39% -
HSV(B) 314.12º 0.16% 0.42% -
XYZ 12.42 11.67 14.69 -
YUV 97.57 131.63 135.44 -
System Red Green Blue C M Y K H S L
Decimal 108 91 104 0 0.16 0.04 0.58 314.12 0.09 0.39
Hex 6C 5B 68 0 10 4 3A 13A 9 27
Octal 154 133 150 0 20 4 72 472 11 47
Binary 1101100 1011011 1101000 0 10000 100 111010 100111010 1001 100111

Color Harmonies of #6C5B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C5B68

Black with #6C5B68

Text Example


Text Example

White with #6C5B68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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