Html Css Color HEX #6D5267 Salt Box

📋 copy color: '#6D5267'

red 109 ◦ green 82 ◦ blue 103

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

Shades of Salt Box #6D5267

Tints of Salt Box #6D5267

RGB

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

 GREEN value IS 82 (32.42% from 255) = 27.89%

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

R = 37.07%
G = 27.89%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.06

 K value IS 0.57

RGB Variations

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

Color information

#6D5267 (or 0x6D5267) is known color: Salt Box. HEX triplet: 6D, 52 and 67. RGB value is (109,82,103). Sum of RGB (Red+Green+Blue) = 109+82+103=294 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.07% from 294); Green value is 82 (32.42% from 255 or 27.89% from 294); Blue value is 103 (40.62% from 255 or 35.03% from 294); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5267 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D5267 is #92AD98. Grayscale: #5C5C5C. Windows color (decimal): -9612697 or 6771309. OLE color: 6771309.

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

Color convert

RGB 109 82 103 -
CMYK 0 0.25 0.06 0.57
HSL 313.33º 0.14% 0.37% -
HSV(B) 313.33º 0.25% 0.43% -
XYZ 11.77 10.27 14.19 -
YUV 92.47 133.95 139.79 -
System Red Green Blue C M Y K H S L
Decimal 109 82 103 0 0.25 0.06 0.57 313.33 0.14 0.37
Hex 6D 52 67 0 19 6 39 139 E 25
Octal 155 122 147 0 31 6 71 471 16 45
Binary 1101101 1010010 1100111 0 11001 110 111001 100111001 1110 100101

Color Harmonies of #6D5267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D5267

Black with #6D5267

Text Example


Text Example

White with #6D5267

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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