Html Css Color HEX #6D7571 Sirocco

📋 copy color: '#6D7571'

red 109 ◦ green 117 ◦ blue 113

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

Shades of Sirocco #6D7571

Tints of Sirocco #6D7571

RGB

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

 GREEN value IS 117 (46.09% from 255) = 34.51%

 BLUE value IS 113 (44.53% from 255) = 33.33%

R = 32.15%
G = 34.51%
B = 33.33%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.03

 K value IS 0.54

RGB Variations

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

Color information

#6D7571 (or 0x6D7571) is known color: Sirocco. HEX triplet: 6D, 75 and 71. RGB value is (109,117,113). Sum of RGB (Red+Green+Blue) = 109+117+113=339 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.15% from 339); Green value is 117 (46.09% from 255 or 34.51% from 339); Blue value is 113 (44.53% from 255 or 33.33% from 339); Max value from RGB is 117 - color contains mainly: green. Hex color #6D7571 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D7571 is #928A8E. Grayscale: #727272. Windows color (decimal): -9603727 or 7435629. OLE color: 7435629.

HSL color Cylindrical-coordinate representation of color #6D7571: hue angle of 150º degrees, saturation: 0.04, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #6D7571 is Cyan = 0.07, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB 109 117 113 -
CMYK 0.07 0 0.03 0.54
HSL 150º 0.04% 0.44% -
HSV(B) 150º 0.07% 0.46% -
XYZ 15.65 17.17 18.11 -
YUV 114.15 127.35 124.33 -
System Red Green Blue C M Y K H S L
Decimal 109 117 113 0.07 0 0.03 0.54 150 0.04 0.44
Hex 6D 75 71 7 0 3 36 96 4 2C
Octal 155 165 161 7 0 3 66 226 4 54
Binary 1101101 1110101 1110001 111 0 11 110110 10010110 100 101100

Color Harmonies of #6D7571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D7571

Black with #6D7571

Text Example


Text Example

White with #6D7571

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,117,113); }

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

background-color css

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

 a { background-color: rgb(109,117,113); }

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

border-color css

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

 span { border-color: rgb(109,117,113); }

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