Html Css Color HEX #6B766D Sirocco

📋 copy color: '#6B766D'

red 107 ◦ green 118 ◦ blue 109

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

Shades of Sirocco #6B766D

Tints of Sirocco #6B766D

RGB

 RED value IS 107 (42.19% from 255) = 32.04%

 GREEN value IS 118 (46.48% from 255) = 35.33%

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

R = 32.04%
G = 35.33%
B = 32.63%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.08

 K value IS 0.54

RGB Variations

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

Color information

#6B766D (or 0x6B766D) is known color: Sirocco. HEX triplet: 6B, 76 and 6D. RGB value is (107,118,109). Sum of RGB (Red+Green+Blue) = 107+118+109=334 (44% of max value = 765). Red value is 107 (42.19% from 255 or 32.04% from 334); Green value is 118 (46.48% from 255 or 35.33% from 334); Blue value is 109 (42.97% from 255 or 32.63% from 334); Max value from RGB is 118 - color contains mainly: green. Hex color #6B766D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B766D is #948992. Grayscale: #717171. Windows color (decimal): -9734547 or 7173739. OLE color: 7173739.

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

Color convert

RGB 107 118 109 -
CMYK 0.09 0 0.08 0.54
HSL 130.91º 0.05% 0.44% -
HSV(B) 130.91º 0.09% 0.46% -
XYZ 15.3 17.19 16.98 -
YUV 113.69 125.36 123.23 -
System Red Green Blue C M Y K H S L
Decimal 107 118 109 0.09 0 0.08 0.54 130.91 0.05 0.44
Hex 6B 76 6D 9 0 8 36 83 5 2C
Octal 153 166 155 11 0 10 66 203 5 54
Binary 1101011 1110110 1101101 1001 0 1000 110110 10000011 101 101100

Color Harmonies of #6B766D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B766D

Black with #6B766D

Text Example


Text Example

White with #6B766D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,118,109); }

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

background-color css

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

 a { background-color: rgb(107,118,109); }

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

border-color css

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

 span { border-color: rgb(107,118,109); }

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