Html Css Color HEX #6B5964 Salt Box

📋 copy color: '#6B5964'

red 107 ◦ green 89 ◦ blue 100

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

Shades of Salt Box #6B5964

Tints of Salt Box #6B5964

RGB

 RED value IS 107 (42.19% from 255) = 36.15%

 GREEN value IS 89 (35.16% from 255) = 30.07%

 BLUE value IS 100 (39.45% from 255) = 33.78%

R = 36.15%
G = 30.07%
B = 33.78%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.07

 K value IS 0.58

RGB Variations

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

Color information

#6B5964 (or 0x6B5964) is known color: Salt Box. HEX triplet: 6B, 59 and 64. RGB value is (107,89,100). Sum of RGB (Red+Green+Blue) = 107+89+100=296 (39% of max value = 765). Red value is 107 (42.19% from 255 or 36.15% from 296); Green value is 89 (35.16% from 255 or 30.07% from 296); Blue value is 100 (39.45% from 255 or 33.78% from 296); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5964 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B5964 is #94A69B. Grayscale: #5F5F5F. Windows color (decimal): -9741980 or 6576491. OLE color: 6576491.

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

Color convert

RGB 107 89 100 -
CMYK 0 0.17 0.07 0.58
HSL 323.33º 0.09% 0.38% -
HSV(B) 323.33º 0.17% 0.42% -
XYZ 11.94 11.19 13.59 -
YUV 95.64 130.46 136.11 -
System Red Green Blue C M Y K H S L
Decimal 107 89 100 0 0.17 0.07 0.58 323.33 0.09 0.38
Hex 6B 59 64 0 11 7 3A 143 9 26
Octal 153 131 144 0 21 7 72 503 11 46
Binary 1101011 1011001 1100100 0 10001 111 111010 101000011 1001 100110

Color Harmonies of #6B5964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B5964

Black with #6B5964

Text Example


Text Example

White with #6B5964

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,89,100); }

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

background-color css

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

 a { background-color: rgb(107,89,100); }

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

border-color css

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

 span { border-color: rgb(107,89,100); }

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