Html Css Color HEX #6A706D Sirocco

📋 copy color: '#6A706D'

red 106 ◦ green 112 ◦ blue 109

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

Shades of Sirocco #6A706D

Tints of Sirocco #6A706D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 34.25%

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

R = 32.42%
G = 34.25%
B = 33.33%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.03

 K value IS 0.56

RGB Variations

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

Color information

#6A706D (or 0x6A706D) is known color: Sirocco. HEX triplet: 6A, 70 and 6D. RGB value is (106,112,109). Sum of RGB (Red+Green+Blue) = 106+112+109=327 (43% of max value = 765). Red value is 106 (41.80% from 255 or 32.42% from 327); Green value is 112 (44.14% from 255 or 34.25% from 327); Blue value is 109 (42.97% from 255 or 33.33% from 327); Max value from RGB is 112 - color contains mainly: green. Hex color #6A706D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A706D is #958F92. Grayscale: #6D6D6D. Windows color (decimal): -9801619 or 7172202. OLE color: 7172202.

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

Color convert

RGB 106 112 109 -
CMYK 0.05 0 0.03 0.56
HSL 150º 0.03% 0.43% -
HSV(B) 150º 0.05% 0.44% -
XYZ 14.5 15.76 16.75 -
YUV 109.86 127.51 125.24 -
System Red Green Blue C M Y K H S L
Decimal 106 112 109 0.05 0 0.03 0.56 150 0.03 0.43
Hex 6A 70 6D 5 0 3 38 96 3 2B
Octal 152 160 155 5 0 3 70 226 3 53
Binary 1101010 1110000 1101101 101 0 11 111000 10010110 11 101011

Color Harmonies of #6A706D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A706D

Black with #6A706D

Text Example


Text Example

White with #6A706D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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