Html Css Color HEX #6C756F Sirocco

📋 copy color: '#6C756F'

red 108 ◦ green 117 ◦ blue 111

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

Shades of Sirocco #6C756F

Tints of Sirocco #6C756F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 34.82%

 BLUE value IS 111 (43.75% from 255) = 33.04%

R = 32.14%
G = 34.82%
B = 33.04%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.05

 K value IS 0.54

RGB Variations

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

Color information

#6C756F (or 0x6C756F) is known color: Sirocco. HEX triplet: 6C, 75 and 6F. RGB value is (108,117,111). Sum of RGB (Red+Green+Blue) = 108+117+111=336 (44% of max value = 765). Red value is 108 (42.58% from 255 or 32.14% from 336); Green value is 117 (46.09% from 255 or 34.82% from 336); Blue value is 111 (43.75% from 255 or 33.04% from 336); Max value from RGB is 117 - color contains mainly: green. Hex color #6C756F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C756F is #938A90. Grayscale: #717171. Windows color (decimal): -9669265 or 7304556. OLE color: 7304556.

HSL color Cylindrical-coordinate representation of color #6C756F: hue angle of 140º degrees, saturation: 0.04, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #6C756F is Cyan = 0.08, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.54.

Color convert

RGB 108 117 111 -
CMYK 0.08 0 0.05 0.54
HSL 140º 0.04% 0.44% -
HSV(B) 140º 0.08% 0.46% -
XYZ 15.41 17.06 17.52 -
YUV 113.63 126.52 123.99 -
System Red Green Blue C M Y K H S L
Decimal 108 117 111 0.08 0 0.05 0.54 140 0.04 0.44
Hex 6C 75 6F 8 0 5 36 8C 4 2C
Octal 154 165 157 10 0 5 66 214 4 54
Binary 1101100 1110101 1101111 1000 0 101 110110 10001100 100 101100

Color Harmonies of #6C756F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C756F

Black with #6C756F

Text Example


Text Example

White with #6C756F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,117,111); }

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

background-color css

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

 a { background-color: rgb(108,117,111); }

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

border-color css

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

 span { border-color: rgb(108,117,111); }

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