Html Css Color HEX #6D7A71 Sirocco

📋 copy color: '#6D7A71'

red 109 ◦ green 122 ◦ blue 113

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

Shades of Sirocco #6D7A71

Tints of Sirocco #6D7A71

RGB

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

 GREEN value IS 122 (48.05% from 255) = 35.47%

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

R = 31.69%
G = 35.47%
B = 32.85%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.07

 K value IS 0.52

RGB Variations

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

Color information

#6D7A71 (or 0x6D7A71) is known color: Sirocco. HEX triplet: 6D, 7A and 71. RGB value is (109,122,113). Sum of RGB (Red+Green+Blue) = 109+122+113=344 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.69% from 344); Green value is 122 (48.05% from 255 or 35.47% from 344); Blue value is 113 (44.53% from 255 or 32.85% from 344); Max value from RGB is 122 - color contains mainly: green. Hex color #6D7A71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D7A71 is #92858E. Grayscale: #757575. Windows color (decimal): -9602447 or 7436909. OLE color: 7436909.

HSL color Cylindrical-coordinate representation of color #6D7A71: hue angle of 138.46º degrees, saturation: 0.06, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #6D7A71 is Cyan = 0.11, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.52.

Color convert

RGB 109 122 113 -
CMYK 0.11 0 0.07 0.52
HSL 138.46º 0.06% 0.45% -
HSV(B) 138.46º 0.11% 0.48% -
XYZ 16.25 18.36 18.31 -
YUV 117.09 125.69 122.23 -
System Red Green Blue C M Y K H S L
Decimal 109 122 113 0.11 0 0.07 0.52 138.46 0.06 0.45
Hex 6D 7A 71 B 0 7 34 8A 6 2D
Octal 155 172 161 13 0 7 64 212 6 55
Binary 1101101 1111010 1110001 1011 0 111 110100 10001010 110 101101

Color Harmonies of #6D7A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D7A71

Black with #6D7A71

Text Example


Text Example

White with #6D7A71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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