Html Css Color HEX #6E8479 Sirocco

📋 copy color: '#6E8479'

red 110 ◦ green 132 ◦ blue 121

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

Shades of Sirocco #6E8479

Tints of Sirocco #6E8479

RGB

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

 GREEN value IS 132 (51.95% from 255) = 36.36%

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

R = 30.3%
G = 36.36%
B = 33.33%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.08

 K value IS 0.48

RGB Variations

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

Color information

#6E8479 (or 0x6E8479) is known color: Sirocco. HEX triplet: 6E, 84 and 79. RGB value is (110,132,121). Sum of RGB (Red+Green+Blue) = 110+132+121=363 (48% of max value = 765). Red value is 110 (43.36% from 255 or 30.30% from 363); Green value is 132 (51.95% from 255 or 36.36% from 363); Blue value is 121 (47.66% from 255 or 33.33% from 363); Max value from RGB is 132 - color contains mainly: green. Hex color #6E8479 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E8479 is #917B86. Grayscale: #7C7C7C. Windows color (decimal): -9534343 or 7963758. OLE color: 7963758.

HSL color Cylindrical-coordinate representation of color #6E8479: hue angle of 150º degrees, saturation: 0.09, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #6E8479 is Cyan = 0.17, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB 110 132 121 -
CMYK 0.17 0 0.08 0.48
HSL 150º 0.09% 0.47% -
HSV(B) 150º 0.17% 0.52% -
XYZ 18.13 21.2 21.23 -
YUV 124.17 126.21 117.89 -
System Red Green Blue C M Y K H S L
Decimal 110 132 121 0.17 0 0.08 0.48 150 0.09 0.47
Hex 6E 84 79 11 0 8 30 96 9 2F
Octal 156 204 171 21 0 10 60 226 11 57
Binary 1101110 10000100 1111001 10001 0 1000 110000 10010110 1001 101111

Color Harmonies of #6E8479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E8479

Black with #6E8479

Text Example


Text Example

White with #6E8479

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,132,121); }

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

background-color css

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

 a { background-color: rgb(110,132,121); }

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

border-color css

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

 span { border-color: rgb(110,132,121); }

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