Html Css Color HEX #6E7571 Sirocco

📋 copy color: '#6E7571'

red 110 ◦ green 117 ◦ blue 113

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

Shades of Sirocco #6E7571

Tints of Sirocco #6E7571

RGB

 RED value IS 110 (43.36% from 255) = 32.35%

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

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

R = 32.35%
G = 34.41%
B = 33.24%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.03

 K value IS 0.54

RGB Variations

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

Color information

#6E7571 (or 0x6E7571) is known color: Sirocco. HEX triplet: 6E, 75 and 71. RGB value is (110,117,113). Sum of RGB (Red+Green+Blue) = 110+117+113=340 (45% of max value = 765). Red value is 110 (43.36% from 255 or 32.35% from 340); Green value is 117 (46.09% from 255 or 34.41% from 340); Blue value is 113 (44.53% from 255 or 33.24% from 340); Max value from RGB is 117 - color contains mainly: green. Hex color #6E7571 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E7571 is #918A8E. Grayscale: #727272. Windows color (decimal): -9538191 or 7435630. OLE color: 7435630.

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

Color convert

RGB 110 117 113 -
CMYK 0.06 0 0.03 0.54
HSL 145.71º 0.03% 0.45% -
HSV(B) 145.71º 0.06% 0.46% -
XYZ 15.77 17.23 18.12 -
YUV 114.45 127.18 124.83 -
System Red Green Blue C M Y K H S L
Decimal 110 117 113 0.06 0 0.03 0.54 145.71 0.03 0.45
Hex 6E 75 71 6 0 3 36 92 3 2D
Octal 156 165 161 6 0 3 66 222 3 55
Binary 1101110 1110101 1110001 110 0 11 110110 10010010 11 101101

Color Harmonies of #6E7571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E7571

Black with #6E7571

Text Example


Text Example

White with #6E7571

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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