Html Css Color HEX #6F7371 Sirocco

📋 copy color: '#6F7371'

red 111 ◦ green 115 ◦ blue 113

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

Shades of Sirocco #6F7371

Tints of Sirocco #6F7371

RGB

 RED value IS 111 (43.75% from 255) = 32.74%

 GREEN value IS 115 (45.31% from 255) = 33.92%

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

R = 32.74%
G = 33.92%
B = 33.33%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.02

 K value IS 0.55

RGB Variations

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

Color information

#6F7371 (or 0x6F7371) is known color: Sirocco. HEX triplet: 6F, 73 and 71. RGB value is (111,115,113). Sum of RGB (Red+Green+Blue) = 111+115+113=339 (44% of max value = 765). Red value is 111 (43.75% from 255 or 32.74% from 339); Green value is 115 (45.31% from 255 or 33.92% from 339); Blue value is 113 (44.53% from 255 or 33.33% from 339); Max value from RGB is 115 - color contains mainly: green. Hex color #6F7371 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F7371 is #908C8E. Grayscale: #717171. Windows color (decimal): -9473167 or 7435119. OLE color: 7435119.

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

Color convert

RGB 111 115 113 -
CMYK 0.03 0 0.02 0.55
HSL 150º 0.02% 0.44% -
HSV(B) 150º 0.03% 0.45% -
XYZ 15.67 16.83 18.05 -
YUV 113.58 127.67 126.16 -
System Red Green Blue C M Y K H S L
Decimal 111 115 113 0.03 0 0.02 0.55 150 0.02 0.44
Hex 6F 73 71 3 0 2 37 96 2 2C
Octal 157 163 161 3 0 2 67 226 2 54
Binary 1101111 1110011 1110001 11 0 10 110111 10010110 10 101100

Color Harmonies of #6F7371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F7371

Black with #6F7371

Text Example


Text Example

White with #6F7371

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,115,113); }

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

background-color css

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

 a { background-color: rgb(111,115,113); }

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

border-color css

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

 span { border-color: rgb(111,115,113); }

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