Html Css Color HEX #6A746F Sirocco

📋 copy color: '#6A746F'

red 106 ◦ green 116 ◦ blue 111

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

Shades of Sirocco #6A746F

Tints of Sirocco #6A746F

RGB

 RED value IS 106 (41.8% from 255) = 31.83%

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

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

R = 31.83%
G = 34.83%
B = 33.33%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.04

 K value IS 0.55

RGB Variations

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

Color information

#6A746F (or 0x6A746F) is known color: Sirocco. HEX triplet: 6A, 74 and 6F. RGB value is (106,116,111). Sum of RGB (Red+Green+Blue) = 106+116+111=333 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.83% from 333); Green value is 116 (45.70% from 255 or 34.83% from 333); Blue value is 111 (43.75% from 255 or 33.33% from 333); Max value from RGB is 116 - color contains mainly: green. Hex color #6A746F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A746F is #958B90. Grayscale: #707070. Windows color (decimal): -9800593 or 7304298. OLE color: 7304298.

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

Color convert

RGB 106 116 111 -
CMYK 0.09 0 0.04 0.55
HSL 150º 0.05% 0.44% -
HSV(B) 150º 0.09% 0.45% -
XYZ 15.06 16.7 17.47 -
YUV 112.44 127.19 123.41 -
System Red Green Blue C M Y K H S L
Decimal 106 116 111 0.09 0 0.04 0.55 150 0.05 0.44
Hex 6A 74 6F 9 0 4 37 96 5 2C
Octal 152 164 157 11 0 4 67 226 5 54
Binary 1101010 1110100 1101111 1001 0 100 110111 10010110 101 101100

Color Harmonies of #6A746F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A746F

Black with #6A746F

Text Example


Text Example

White with #6A746F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,116,111); }

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

background-color css

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

 a { background-color: rgb(106,116,111); }

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

border-color css

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

 span { border-color: rgb(106,116,111); }

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