Html Css Color HEX #666D68 Sirocco

📋 copy color: '#666D68'

red 102 ◦ green 109 ◦ blue 104

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

Shades of Sirocco #666D68

Tints of Sirocco #666D68

RGB

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

 GREEN value IS 109 (42.97% from 255) = 34.6%

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

R = 32.38%
G = 34.6%
B = 33.02%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.05

 K value IS 0.57

RGB Variations

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

Color information

#666D68 (or 0x666D68) is known color: Sirocco. HEX triplet: 66, 6D and 68. RGB value is (102,109,104). Sum of RGB (Red+Green+Blue) = 102+109+104=315 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.38% from 315); Green value is 109 (42.97% from 255 or 34.60% from 315); Blue value is 104 (41.02% from 255 or 33.02% from 315); Max value from RGB is 109 - color contains mainly: green. Hex color #666D68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666D68 is #999297. Grayscale: #6A6A6A. Windows color (decimal): -10064536 or 6843750. OLE color: 6843750.

HSL color Cylindrical-coordinate representation of color #666D68: hue angle of 137.14º degrees, saturation: 0.03, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #666D68 is Cyan = 0.06, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.57.

Color convert

RGB 102 109 104 -
CMYK 0.06 0 0.05 0.57
HSL 137.14º 0.03% 0.41% -
HSV(B) 137.14º 0.06% 0.43% -
XYZ 13.45 14.76 15.24 -
YUV 106.34 126.68 124.91 -
System Red Green Blue C M Y K H S L
Decimal 102 109 104 0.06 0 0.05 0.57 137.14 0.03 0.41
Hex 66 6D 68 6 0 5 39 89 3 29
Octal 146 155 150 6 0 5 71 211 3 51
Binary 1100110 1101101 1101000 110 0 101 111001 10001001 11 101001

Color Harmonies of #666D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666D68

Black with #666D68

Text Example


Text Example

White with #666D68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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