Html Css Color HEX #6A756D Sirocco

📋 copy color: '#6A756D'

red 106 ◦ green 117 ◦ blue 109

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

Shades of Sirocco #6A756D

Tints of Sirocco #6A756D

RGB

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

 GREEN value IS 117 (46.09% from 255) = 35.24%

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

R = 31.93%
G = 35.24%
B = 32.83%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.07

 K value IS 0.54

RGB Variations

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

Color information

#6A756D (or 0x6A756D) is known color: Sirocco. HEX triplet: 6A, 75 and 6D. RGB value is (106,117,109). Sum of RGB (Red+Green+Blue) = 106+117+109=332 (43% of max value = 765). Red value is 106 (41.80% from 255 or 31.93% from 332); Green value is 117 (46.09% from 255 or 35.24% from 332); Blue value is 109 (42.97% from 255 or 32.83% from 332); Max value from RGB is 117 - color contains mainly: green. Hex color #6A756D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A756D is #958A92. Grayscale: #707070. Windows color (decimal): -9800339 or 7173482. OLE color: 7173482.

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

Color convert

RGB 106 117 109 -
CMYK 0.09 0 0.07 0.54
HSL 136.36º 0.05% 0.44% -
HSV(B) 136.36º 0.09% 0.46% -
XYZ 15.07 16.89 16.93 -
YUV 112.8 125.86 123.15 -
System Red Green Blue C M Y K H S L
Decimal 106 117 109 0.09 0 0.07 0.54 136.36 0.05 0.44
Hex 6A 75 6D 9 0 7 36 88 5 2C
Octal 152 165 155 11 0 7 66 210 5 54
Binary 1101010 1110101 1101101 1001 0 111 110110 10001000 101 101100

Color Harmonies of #6A756D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A756D

Black with #6A756D

Text Example


Text Example

White with #6A756D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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