Html Css Color HEX #6B766F Sirocco

📋 copy color: '#6B766F'

red 107 ◦ green 118 ◦ blue 111

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

Shades of Sirocco #6B766F

Tints of Sirocco #6B766F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 33.04%

R = 31.85%
G = 35.12%
B = 33.04%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.06

 K value IS 0.54

RGB Variations

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

Color information

#6B766F (or 0x6B766F) is known color: Sirocco. HEX triplet: 6B, 76 and 6F. RGB value is (107,118,111). Sum of RGB (Red+Green+Blue) = 107+118+111=336 (44% of max value = 765). Red value is 107 (42.19% from 255 or 31.85% from 336); Green value is 118 (46.48% from 255 or 35.12% from 336); Blue value is 111 (43.75% from 255 or 33.04% from 336); Max value from RGB is 118 - color contains mainly: green. Hex color #6B766F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B766F is #948990. Grayscale: #717171. Windows color (decimal): -9734545 or 7304811. OLE color: 7304811.

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

Color convert

RGB 107 118 111 -
CMYK 0.09 0 0.06 0.54
HSL 141.82º 0.05% 0.44% -
HSV(B) 141.82º 0.09% 0.46% -
XYZ 15.41 17.23 17.55 -
YUV 113.91 126.36 123.07 -
System Red Green Blue C M Y K H S L
Decimal 107 118 111 0.09 0 0.06 0.54 141.82 0.05 0.44
Hex 6B 76 6F 9 0 6 36 8E 5 2C
Octal 153 166 157 11 0 6 66 216 5 54
Binary 1101011 1110110 1101111 1001 0 110 110110 10001110 101 101100

Color Harmonies of #6B766F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B766F

Black with #6B766F

Text Example


Text Example

White with #6B766F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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