Html Css Color HEX #6C8076 Sirocco

📋 copy color: '#6C8076'

red 108 ◦ green 128 ◦ blue 118

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

Shades of Sirocco #6C8076

Tints of Sirocco #6C8076

RGB

 RED value IS 108 (42.58% from 255) = 30.51%

 GREEN value IS 128 (50.39% from 255) = 36.16%

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

R = 30.51%
G = 36.16%
B = 33.33%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.08

 K value IS 0.50

RGB Variations

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

Color information

#6C8076 (or 0x6C8076) is known color: Sirocco. HEX triplet: 6C, 80 and 76. RGB value is (108,128,118). Sum of RGB (Red+Green+Blue) = 108+128+118=354 (46% of max value = 765). Red value is 108 (42.58% from 255 or 30.51% from 354); Green value is 128 (50.39% from 255 or 36.16% from 354); Blue value is 118 (46.48% from 255 or 33.33% from 354); Max value from RGB is 128 - color contains mainly: green. Hex color #6C8076 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C8076 is #937F89. Grayscale: #787878. Windows color (decimal): -9666442 or 7766124. OLE color: 7766124.

HSL color Cylindrical-coordinate representation of color #6C8076: hue angle of 150º degrees, saturation: 0.08, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #6C8076 is Cyan = 0.16, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.50.

Color convert

RGB 108 128 118 -
CMYK 0.16 0 0.08 0.50
HSL 150º 0.08% 0.46% -
HSV(B) 150º 0.16% 0.5% -
XYZ 17.17 19.93 20.08 -
YUV 120.88 126.37 118.81 -
System Red Green Blue C M Y K H S L
Decimal 108 128 118 0.16 0 0.08 0.50 150 0.08 0.46
Hex 6C 80 76 10 0 8 32 96 8 2E
Octal 154 200 166 20 0 10 62 226 10 56
Binary 1101100 10000000 1110110 10000 0 1000 110010 10010110 1000 101110

Color Harmonies of #6C8076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C8076

Black with #6C8076

Text Example


Text Example

White with #6C8076

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,128,118); }

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

background-color css

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

 a { background-color: rgb(108,128,118); }

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

border-color css

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

 span { border-color: rgb(108,128,118); }

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