Html Css Color HEX #6A796D Sirocco

📋 copy color: '#6A796D'

red 106 ◦ green 121 ◦ blue 109

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

Shades of Sirocco #6A796D

Tints of Sirocco #6A796D

RGB

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

 GREEN value IS 121 (47.66% from 255) = 36.01%

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

R = 31.55%
G = 36.01%
B = 32.44%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.10

 K value IS 0.53

RGB Variations

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

Color information

#6A796D (or 0x6A796D) is known color: Sirocco. HEX triplet: 6A, 79 and 6D. RGB value is (106,121,109). Sum of RGB (Red+Green+Blue) = 106+121+109=336 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.55% from 336); Green value is 121 (47.66% from 255 or 36.01% from 336); Blue value is 109 (42.97% from 255 or 32.44% from 336); Max value from RGB is 121 - color contains mainly: green. Hex color #6A796D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A796D is #958692. Grayscale: #737373. Windows color (decimal): -9799315 or 7174506. OLE color: 7174506.

HSL color Cylindrical-coordinate representation of color #6A796D: hue angle of 132º degrees, saturation: 0.07, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #6A796D is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.53.

Color convert

RGB 106 121 109 -
CMYK 0.12 0 0.10 0.53
HSL 132º 0.07% 0.45% -
HSV(B) 132º 0.12% 0.47% -
XYZ 15.54 17.84 17.09 -
YUV 115.15 124.53 121.48 -
System Red Green Blue C M Y K H S L
Decimal 106 121 109 0.12 0 0.10 0.53 132 0.07 0.45
Hex 6A 79 6D C 0 A 35 84 7 2D
Octal 152 171 155 14 0 12 65 204 7 55
Binary 1101010 1111001 1101101 1100 0 1010 110101 10000100 111 101101

Color Harmonies of #6A796D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A796D

Black with #6A796D

Text Example


Text Example

White with #6A796D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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