Html Css Color HEX #666968 Sirocco

📋 copy color: '#666968'

red 102 ◦ green 105 ◦ blue 104

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

Shades of Sirocco #666968

Tints of Sirocco #666968

RGB

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

 GREEN value IS 105 (41.41% from 255) = 33.76%

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

R = 32.8%
G = 33.76%
B = 33.44%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.01

 K value IS 0.59

RGB Variations

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

Color information

#666968 (or 0x666968) is known color: Sirocco. HEX triplet: 66, 69 and 68. RGB value is (102,105,104). Sum of RGB (Red+Green+Blue) = 102+105+104=311 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.80% from 311); Green value is 105 (41.41% from 255 or 33.76% from 311); Blue value is 104 (41.02% from 255 or 33.44% from 311); Max value from RGB is 105 - color contains mainly: green. Hex color #666968 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666968 is #999697. Grayscale: #676767. Windows color (decimal): -10065560 or 6842726. OLE color: 6842726.

HSL color Cylindrical-coordinate representation of color #666968: hue angle of 160º degrees, saturation: 0.01, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #666968 is Cyan = 0.03, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.59.

Color convert

RGB 102 105 104 -
CMYK 0.03 0 0.01 0.59
HSL 160º 0.01% 0.41% -
HSV(B) 160º 0.03% 0.41% -
XYZ 13.03 13.93 15.1 -
YUV 103.99 128.01 126.58 -
System Red Green Blue C M Y K H S L
Decimal 102 105 104 0.03 0 0.01 0.59 160 0.01 0.41
Hex 66 69 68 3 0 1 3B A0 1 29
Octal 146 151 150 3 0 1 73 240 1 51
Binary 1100110 1101001 1101000 11 0 1 111011 10100000 1 101001

Color Harmonies of #666968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666968

Black with #666968

Text Example


Text Example

White with #666968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #666968; }

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

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

background-color css

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

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

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

border-color css

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

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

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