Html Css Color HEX #6B746E Sirocco

📋 copy color: '#6B746E'

red 107 ◦ green 116 ◦ blue 110

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

Shades of Sirocco #6B746E

Tints of Sirocco #6B746E

RGB

 RED value IS 107 (42.19% from 255) = 32.13%

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

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

R = 32.13%
G = 34.83%
B = 33.03%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.05

 K value IS 0.55

RGB Variations

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

Color information

#6B746E (or 0x6B746E) is known color: Sirocco. HEX triplet: 6B, 74 and 6E. RGB value is (107,116,110). Sum of RGB (Red+Green+Blue) = 107+116+110=333 (44% of max value = 765). Red value is 107 (42.19% from 255 or 32.13% from 333); Green value is 116 (45.70% from 255 or 34.83% from 333); Blue value is 110 (43.36% from 255 or 33.03% from 333); Max value from RGB is 116 - color contains mainly: green. Hex color #6B746E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B746E is #948B91. Grayscale: #707070. Windows color (decimal): -9735058 or 7238763. OLE color: 7238763.

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

Color convert

RGB 107 116 110 -
CMYK 0.08 0 0.05 0.55
HSL 140º 0.04% 0.44% -
HSV(B) 140º 0.08% 0.45% -
XYZ 15.12 16.74 17.19 -
YUV 112.63 126.52 123.99 -
System Red Green Blue C M Y K H S L
Decimal 107 116 110 0.08 0 0.05 0.55 140 0.04 0.44
Hex 6B 74 6E 8 0 5 37 8C 4 2C
Octal 153 164 156 10 0 5 67 214 4 54
Binary 1101011 1110100 1101110 1000 0 101 110111 10001100 100 101100

Color Harmonies of #6B746E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B746E

Black with #6B746E

Text Example


Text Example

White with #6B746E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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