Html Css Color HEX #6C746E Sirocco

📋 copy color: '#6C746E'

red 108 ◦ green 116 ◦ blue 110

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

Shades of Sirocco #6C746E

Tints of Sirocco #6C746E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 34.73%

 BLUE value IS 110 (43.36% from 255) = 32.93%

R = 32.34%
G = 34.73%
B = 32.93%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.05

 K value IS 0.55

RGB Variations

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

Color information

#6C746E (or 0x6C746E) is known color: Sirocco. HEX triplet: 6C, 74 and 6E. RGB value is (108,116,110). Sum of RGB (Red+Green+Blue) = 108+116+110=334 (44% of max value = 765). Red value is 108 (42.58% from 255 or 32.34% from 334); Green value is 116 (45.70% from 255 or 34.73% from 334); Blue value is 110 (43.36% from 255 or 32.93% from 334); Max value from RGB is 116 - color contains mainly: green. Hex color #6C746E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C746E is #938B91. Grayscale: #707070. Windows color (decimal): -9669522 or 7238764. OLE color: 7238764.

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

Color convert

RGB 108 116 110 -
CMYK 0.07 0 0.05 0.55
HSL 135º 0.04% 0.44% -
HSV(B) 135º 0.07% 0.45% -
XYZ 15.24 16.8 17.19 -
YUV 112.92 126.35 124.49 -
System Red Green Blue C M Y K H S L
Decimal 108 116 110 0.07 0 0.05 0.55 135 0.04 0.44
Hex 6C 74 6E 7 0 5 37 87 4 2C
Octal 154 164 156 7 0 5 67 207 4 54
Binary 1101100 1110100 1101110 111 0 101 110111 10000111 100 101100

Color Harmonies of #6C746E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C746E

Black with #6C746E

Text Example


Text Example

White with #6C746E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,116,110); }

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

background-color css

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

 a { background-color: rgb(108,116,110); }

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

border-color css

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

 span { border-color: rgb(108,116,110); }

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