Html Css Color HEX #6C5A69 Salt Box

📋 copy color: '#6C5A69'

red 108 ◦ green 90 ◦ blue 105

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

Shades of Salt Box #6C5A69

Tints of Salt Box #6C5A69

RGB

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

 GREEN value IS 90 (35.55% from 255) = 29.7%

 BLUE value IS 105 (41.41% from 255) = 34.65%

R = 35.64%
G = 29.7%
B = 34.65%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.03

 K value IS 0.58

RGB Variations

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

Color information

#6C5A69 (or 0x6C5A69) is known color: Salt Box. HEX triplet: 6C, 5A and 69. RGB value is (108,90,105). Sum of RGB (Red+Green+Blue) = 108+90+105=303 (40% of max value = 765). Red value is 108 (42.58% from 255 or 35.64% from 303); Green value is 90 (35.55% from 255 or 29.70% from 303); Blue value is 105 (41.41% from 255 or 34.65% from 303); Max value from RGB is 108 - color contains mainly: red. Hex color #6C5A69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C5A69 is #93A596. Grayscale: #616161. Windows color (decimal): -9676183 or 6904428. OLE color: 6904428.

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

Color convert

RGB 108 90 105 -
CMYK 0 0.17 0.03 0.58
HSL 310º 0.09% 0.39% -
HSV(B) 310º 0.17% 0.42% -
XYZ 12.39 11.52 14.94 -
YUV 97.09 132.46 135.78 -
System Red Green Blue C M Y K H S L
Decimal 108 90 105 0 0.17 0.03 0.58 310 0.09 0.39
Hex 6C 5A 69 0 11 3 3A 136 9 27
Octal 154 132 151 0 21 3 72 466 11 47
Binary 1101100 1011010 1101001 0 10001 11 111010 100110110 1001 100111

Color Harmonies of #6C5A69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C5A69

Black with #6C5A69

Text Example


Text Example

White with #6C5A69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,90,105); }

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

background-color css

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

 a { background-color: rgb(108,90,105); }

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

border-color css

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

 span { border-color: rgb(108,90,105); }

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