Html Css Color HEX #6E8477 Sirocco

📋 copy color: '#6E8477'

red 110 ◦ green 132 ◦ blue 119

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

Shades of Sirocco #6E8477

Tints of Sirocco #6E8477

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 32.96%

R = 30.47%
G = 36.57%
B = 32.96%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.10

 K value IS 0.48

RGB Variations

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

Color information

#6E8477 (or 0x6E8477) is known color: Sirocco. HEX triplet: 6E, 84 and 77. RGB value is (110,132,119). Sum of RGB (Red+Green+Blue) = 110+132+119=361 (47% of max value = 765). Red value is 110 (43.36% from 255 or 30.47% from 361); Green value is 132 (51.95% from 255 or 36.57% from 361); Blue value is 119 (46.88% from 255 or 32.96% from 361); Max value from RGB is 132 - color contains mainly: green. Hex color #6E8477 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E8477 is #917B88. Grayscale: #7B7B7B. Windows color (decimal): -9534345 or 7832686. OLE color: 7832686.

HSL color Cylindrical-coordinate representation of color #6E8477: hue angle of 144.55º 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 #6E8477 is Cyan = 0.17, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.48.

Color convert

RGB 110 132 119 -
CMYK 0.17 0 0.10 0.48
HSL 144.55º 0.09% 0.47% -
HSV(B) 144.55º 0.17% 0.52% -
XYZ 18.01 21.15 20.59 -
YUV 123.94 125.21 118.06 -
System Red Green Blue C M Y K H S L
Decimal 110 132 119 0.17 0 0.10 0.48 144.55 0.09 0.47
Hex 6E 84 77 11 0 A 30 91 9 2F
Octal 156 204 167 21 0 12 60 221 11 57
Binary 1101110 10000100 1110111 10001 0 1010 110000 10010001 1001 101111

Color Harmonies of #6E8477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E8477

Black with #6E8477

Text Example


Text Example

White with #6E8477

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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