Html Css Color HEX #6C5765 Salt Box

📋 copy color: '#6C5765'

red 108 ◦ green 87 ◦ blue 101

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

Shades of Salt Box #6C5765

Tints of Salt Box #6C5765

RGB

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

 GREEN value IS 87 (34.38% from 255) = 29.39%

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

R = 36.49%
G = 29.39%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.06

 K value IS 0.58

RGB Variations

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

Color information

#6C5765 (or 0x6C5765) is known color: Salt Box. HEX triplet: 6C, 57 and 65. RGB value is (108,87,101). Sum of RGB (Red+Green+Blue) = 108+87+101=296 (39% of max value = 765). Red value is 108 (42.58% from 255 or 36.49% from 296); Green value is 87 (34.38% from 255 or 29.39% from 296); Blue value is 101 (39.84% from 255 or 34.12% from 296); Max value from RGB is 108 - color contains mainly: red. Hex color #6C5765 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C5765 is #93A89A. Grayscale: #5E5E5E. Windows color (decimal): -9676955 or 6641516. OLE color: 6641516.

HSL color Cylindrical-coordinate representation of color #6C5765: hue angle of 320º degrees, saturation: 0.11, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #6C5765 is Cyan = 0, Magento = 0.19, Yellow = 0.06 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 87 101 -
CMYK 0 0.19 0.06 0.58
HSL 320º 0.11% 0.38% -
HSV(B) 320º 0.19% 0.42% -
XYZ 11.94 10.94 13.79 -
YUV 94.88 131.46 137.36 -
System Red Green Blue C M Y K H S L
Decimal 108 87 101 0 0.19 0.06 0.58 320 0.11 0.38
Hex 6C 57 65 0 13 6 3A 140 B 26
Octal 154 127 145 0 23 6 72 500 13 46
Binary 1101100 1010111 1100101 0 10011 110 111010 101000000 1011 100110

Color Harmonies of #6C5765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C5765

Black with #6C5765

Text Example


Text Example

White with #6C5765

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,87,101); }

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

background-color css

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

 a { background-color: rgb(108,87,101); }

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

border-color css

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

 span { border-color: rgb(108,87,101); }

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