Html Css Color HEX #6F8179 Sirocco

📋 copy color: '#6F8179'

red 111 ◦ green 129 ◦ blue 121

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

Shades of Sirocco #6F8179

Tints of Sirocco #6F8179

RGB

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

 GREEN value IS 129 (50.78% from 255) = 35.73%

 BLUE value IS 121 (47.66% from 255) = 33.52%

R = 30.75%
G = 35.73%
B = 33.52%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.06

 K value IS 0.49

RGB Variations

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

Color information

#6F8179 (or 0x6F8179) is known color: Sirocco. HEX triplet: 6F, 81 and 79. RGB value is (111,129,121). Sum of RGB (Red+Green+Blue) = 111+129+121=361 (47% of max value = 765). Red value is 111 (43.75% from 255 or 30.75% from 361); Green value is 129 (50.78% from 255 or 35.73% from 361); Blue value is 121 (47.66% from 255 or 33.52% from 361); Max value from RGB is 129 - color contains mainly: green. Hex color #6F8179 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F8179 is #907E86. Grayscale: #7A7A7A. Windows color (decimal): -9469575 or 7962991. OLE color: 7962991.

HSL color Cylindrical-coordinate representation of color #6F8179: hue angle of 153.33º degrees, saturation: 0.08, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #6F8179 is Cyan = 0.14, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.49.

Color convert

RGB 111 129 121 -
CMYK 0.14 0 0.06 0.49
HSL 153.33º 0.08% 0.47% -
HSV(B) 153.33º 0.14% 0.51% -
XYZ 17.86 20.46 21.1 -
YUV 122.71 127.04 119.65 -
System Red Green Blue C M Y K H S L
Decimal 111 129 121 0.14 0 0.06 0.49 153.33 0.08 0.47
Hex 6F 81 79 E 0 6 31 99 8 2F
Octal 157 201 171 16 0 6 61 231 10 57
Binary 1101111 10000001 1111001 1110 0 110 110001 10011001 1000 101111

Color Harmonies of #6F8179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F8179

Black with #6F8179

Text Example


Text Example

White with #6F8179

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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