Html Css Color HEX #6F7973 Sirocco

📋 copy color: '#6F7973'

red 111 ◦ green 121 ◦ blue 115

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

Shades of Sirocco #6F7973

Tints of Sirocco #6F7973

RGB

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

 GREEN value IS 121 (47.66% from 255) = 34.87%

 BLUE value IS 115 (45.31% from 255) = 33.14%

R = 31.99%
G = 34.87%
B = 33.14%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.05

 K value IS 0.53

RGB Variations

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

Color information

#6F7973 (or 0x6F7973) is known color: Sirocco. HEX triplet: 6F, 79 and 73. RGB value is (111,121,115). Sum of RGB (Red+Green+Blue) = 111+121+115=347 (45% of max value = 765). Red value is 111 (43.75% from 255 or 31.99% from 347); Green value is 121 (47.66% from 255 or 34.87% from 347); Blue value is 115 (45.31% from 255 or 33.14% from 347); Max value from RGB is 121 - color contains mainly: green. Hex color #6F7973 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F7973 is #90868C. Grayscale: #757575. Windows color (decimal): -9471629 or 7567727. OLE color: 7567727.

HSL color Cylindrical-coordinate representation of color #6F7973: hue angle of 144º degrees, saturation: 0.04, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #6F7973 is Cyan = 0.08, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.53.

Color convert

RGB 111 121 115 -
CMYK 0.08 0 0.05 0.53
HSL 144º 0.04% 0.45% -
HSV(B) 144º 0.08% 0.47% -
XYZ 16.49 18.29 18.88 -
YUV 117.33 126.69 123.49 -
System Red Green Blue C M Y K H S L
Decimal 111 121 115 0.08 0 0.05 0.53 144 0.04 0.45
Hex 6F 79 73 8 0 5 35 90 4 2D
Octal 157 171 163 10 0 5 65 220 4 55
Binary 1101111 1111001 1110011 1000 0 101 110101 10010000 100 101101

Color Harmonies of #6F7973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F7973

Black with #6F7973

Text Example


Text Example

White with #6F7973

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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