Html Css Color HEX #6D5967 Salt Box

📋 copy color: '#6D5967'

red 109 ◦ green 89 ◦ blue 103

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

Shades of Salt Box #6D5967

Tints of Salt Box #6D5967

RGB

 RED value IS 109 (42.97% from 255) = 36.21%

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

 BLUE value IS 103 (40.63% from 255) = 34.22%

R = 36.21%
G = 29.57%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.06

 K value IS 0.57

RGB Variations

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

Color information

#6D5967 (or 0x6D5967) is known color: Salt Box. HEX triplet: 6D, 59 and 67. RGB value is (109,89,103). Sum of RGB (Red+Green+Blue) = 109+89+103=301 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.21% from 301); Green value is 89 (35.16% from 255 or 29.57% from 301); Blue value is 103 (40.62% from 255 or 34.22% from 301); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5967 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D5967 is #92A698. Grayscale: #606060. Windows color (decimal): -9610905 or 6773101. OLE color: 6773101.

HSL color Cylindrical-coordinate representation of color #6D5967: hue angle of 318º degrees, saturation: 0.1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #6D5967 is Cyan = 0, Magento = 0.18, Yellow = 0.06 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 89 103 -
CMYK 0 0.18 0.06 0.57
HSL 318º 0.1% 0.39% -
HSV(B) 318º 0.18% 0.43% -
XYZ 12.33 11.38 14.38 -
YUV 96.58 131.63 136.86 -
System Red Green Blue C M Y K H S L
Decimal 109 89 103 0 0.18 0.06 0.57 318 0.1 0.39
Hex 6D 59 67 0 12 6 39 13E A 27
Octal 155 131 147 0 22 6 71 476 12 47
Binary 1101101 1011001 1100111 0 10010 110 111001 100111110 1010 100111

Color Harmonies of #6D5967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D5967

Black with #6D5967

Text Example


Text Example

White with #6D5967

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,89,103); }

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

background-color css

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

 a { background-color: rgb(109,89,103); }

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

border-color css

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

 span { border-color: rgb(109,89,103); }

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