Html Css Color HEX #6D8476 Sirocco

📋 copy color: '#6D8476'

red 109 ◦ green 132 ◦ blue 118

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

Shades of Sirocco #6D8476

Tints of Sirocco #6D8476

RGB

 RED value IS 109 (42.97% from 255) = 30.36%

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

 BLUE value IS 118 (46.48% from 255) = 32.87%

R = 30.36%
G = 36.77%
B = 32.87%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.11

 K value IS 0.48

RGB Variations

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

Color information

#6D8476 (or 0x6D8476) is known color: Sirocco. HEX triplet: 6D, 84 and 76. RGB value is (109,132,118). Sum of RGB (Red+Green+Blue) = 109+132+118=359 (47% of max value = 765). Red value is 109 (42.97% from 255 or 30.36% from 359); Green value is 132 (51.95% from 255 or 36.77% from 359); Blue value is 118 (46.48% from 255 or 32.87% from 359); Max value from RGB is 132 - color contains mainly: green. Hex color #6D8476 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D8476 is #927B89. Grayscale: #7B7B7B. Windows color (decimal): -9599882 or 7767149. OLE color: 7767149.

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

Color convert

RGB 109 132 118 -
CMYK 0.17 0 0.11 0.48
HSL 143.48º 0.1% 0.47% -
HSV(B) 143.48º 0.17% 0.52% -
XYZ 17.83 21.06 20.27 -
YUV 123.53 124.88 117.64 -
System Red Green Blue C M Y K H S L
Decimal 109 132 118 0.17 0 0.11 0.48 143.48 0.1 0.47
Hex 6D 84 76 11 0 B 30 8F A 2F
Octal 155 204 166 21 0 13 60 217 12 57
Binary 1101101 10000100 1110110 10001 0 1011 110000 10001111 1010 101111

Color Harmonies of #6D8476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D8476

Black with #6D8476

Text Example


Text Example

White with #6D8476

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,132,118); }

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

background-color css

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

 a { background-color: rgb(109,132,118); }

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

border-color css

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

 span { border-color: rgb(109,132,118); }

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