Html Css Color HEX #666F68 Sirocco

📋 copy color: '#666F68'

red 102 ◦ green 111 ◦ blue 104

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

Shades of Sirocco #666F68

Tints of Sirocco #666F68

RGB

 RED value IS 102 (40.23% from 255) = 32.18%

 GREEN value IS 111 (43.75% from 255) = 35.02%

 BLUE value IS 104 (41.02% from 255) = 32.81%

R = 32.18%
G = 35.02%
B = 32.81%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.06

 K value IS 0.56

RGB Variations

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

Color information

#666F68 (or 0x666F68) is known color: Sirocco. HEX triplet: 66, 6F and 68. RGB value is (102,111,104). Sum of RGB (Red+Green+Blue) = 102+111+104=317 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.18% from 317); Green value is 111 (43.75% from 255 or 35.02% from 317); Blue value is 104 (41.02% from 255 or 32.81% from 317); Max value from RGB is 111 - color contains mainly: green. Hex color #666F68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666F68 is #999097. Grayscale: #6B6B6B. Windows color (decimal): -10064024 or 6844262. OLE color: 6844262.

HSL color Cylindrical-coordinate representation of color #666F68: hue angle of 133.33º degrees, saturation: 0.04, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #666F68 is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.56.

Color convert

RGB 102 111 104 -
CMYK 0.08 0 0.06 0.56
HSL 133.33º 0.04% 0.42% -
HSV(B) 133.33º 0.08% 0.44% -
XYZ 13.66 15.19 15.31 -
YUV 107.51 126.02 124.07 -
System Red Green Blue C M Y K H S L
Decimal 102 111 104 0.08 0 0.06 0.56 133.33 0.04 0.42
Hex 66 6F 68 8 0 6 38 85 4 2A
Octal 146 157 150 10 0 6 70 205 4 52
Binary 1100110 1101111 1101000 1000 0 110 111000 10000101 100 101010

Color Harmonies of #666F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666F68

Black with #666F68

Text Example


Text Example

White with #666F68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #666F68; }

 p { color: rgb(102,111,104); }

 H1.HeaderClassName
 {
   color: #666F68;
 }
 .AnyTagClassName
 {
   color: #666F68;
 }
</style>

background-color css

<style>
 a { background-color: #666F68; }

 a { background-color: rgb(102,111,104); }

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

border-color css

<style>
 span { border-color: #666F68; }

 span { border-color: rgb(102,111,104); }

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