Html Css Color HEX #666B69 Sirocco

📋 copy color: '#666B69'

red 102 ◦ green 107 ◦ blue 105

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

Shades of Sirocco #666B69

Tints of Sirocco #666B69

RGB

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

 GREEN value IS 107 (42.19% from 255) = 34.08%

 BLUE value IS 105 (41.41% from 255) = 33.44%

R = 32.48%
G = 34.08%
B = 33.44%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.02

 K value IS 0.58

RGB Variations

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

Color information

#666B69 (or 0x666B69) is known color: Sirocco. HEX triplet: 66, 6B and 69. RGB value is (102,107,105). Sum of RGB (Red+Green+Blue) = 102+107+105=314 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.48% from 314); Green value is 107 (42.19% from 255 or 34.08% from 314); Blue value is 105 (41.41% from 255 or 33.44% from 314); Max value from RGB is 107 - color contains mainly: green. Hex color #666B69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666B69 is #999496. Grayscale: #696969. Windows color (decimal): -10065047 or 6908774. OLE color: 6908774.

HSL color Cylindrical-coordinate representation of color #666B69: hue angle of 156º degrees, saturation: 0.02, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #666B69 is Cyan = 0.05, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.58.

Color convert

RGB 102 107 105 -
CMYK 0.05 0 0.02 0.58
HSL 156º 0.02% 0.41% -
HSV(B) 156º 0.05% 0.42% -
XYZ 13.29 14.36 15.44 -
YUV 105.28 127.84 125.66 -
System Red Green Blue C M Y K H S L
Decimal 102 107 105 0.05 0 0.02 0.58 156 0.02 0.41
Hex 66 6B 69 5 0 2 3A 9C 2 29
Octal 146 153 151 5 0 2 72 234 2 51
Binary 1100110 1101011 1101001 101 0 10 111010 10011100 10 101001

Color Harmonies of #666B69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666B69

Black with #666B69

Text Example


Text Example

White with #666B69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,107,105); }

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

background-color css

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

 a { background-color: rgb(102,107,105); }

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

border-color css

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

 span { border-color: rgb(102,107,105); }

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