Html Css Color HEX #6A746D Sirocco

📋 copy color: '#6A746D'

red 106 ◦ green 116 ◦ blue 109

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

Shades of Sirocco #6A746D

Tints of Sirocco #6A746D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 32.93%

R = 32.02%
G = 35.05%
B = 32.93%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.06

 K value IS 0.55

RGB Variations

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

Color information

#6A746D (or 0x6A746D) is known color: Sirocco. HEX triplet: 6A, 74 and 6D. RGB value is (106,116,109). Sum of RGB (Red+Green+Blue) = 106+116+109=331 (43% of max value = 765). Red value is 106 (41.80% from 255 or 32.02% from 331); Green value is 116 (45.70% from 255 or 35.05% from 331); Blue value is 109 (42.97% from 255 or 32.93% from 331); Max value from RGB is 116 - color contains mainly: green. Hex color #6A746D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A746D is #958B92. Grayscale: #707070. Windows color (decimal): -9800595 or 7173226. OLE color: 7173226.

HSL color Cylindrical-coordinate representation of color #6A746D: hue angle of 138º 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 #6A746D is Cyan = 0.09, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.55.

Color convert

RGB 106 116 109 -
CMYK 0.09 0 0.06 0.55
HSL 138º 0.05% 0.44% -
HSV(B) 138º 0.09% 0.45% -
XYZ 14.95 16.66 16.9 -
YUV 112.21 126.19 123.57 -
System Red Green Blue C M Y K H S L
Decimal 106 116 109 0.09 0 0.06 0.55 138 0.05 0.44
Hex 6A 74 6D 9 0 6 37 8A 5 2C
Octal 152 164 155 11 0 6 67 212 5 54
Binary 1101010 1110100 1101101 1001 0 110 110111 10001010 101 101100

Color Harmonies of #6A746D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A746D

Black with #6A746D

Text Example


Text Example

White with #6A746D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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