Html Css Color HEX #66746A Sirocco

📋 copy color: '#66746A'

red 102 ◦ green 116 ◦ blue 106

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

Shades of Sirocco #66746A

Tints of Sirocco #66746A

RGB

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

 GREEN value IS 116 (45.7% from 255) = 35.8%

 BLUE value IS 106 (41.8% from 255) = 32.72%

R = 31.48%
G = 35.8%
B = 32.72%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.09

 K value IS 0.55

RGB Variations

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

Color information

#66746A (or 0x66746A) is known color: Sirocco. HEX triplet: 66, 74 and 6A. RGB value is (102,116,106). Sum of RGB (Red+Green+Blue) = 102+116+106=324 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.48% from 324); Green value is 116 (45.70% from 255 or 35.80% from 324); Blue value is 106 (41.80% from 255 or 32.72% from 324); Max value from RGB is 116 - color contains mainly: green. Hex color #66746A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66746A is #998B95. Grayscale: #6E6E6E. Windows color (decimal): -10062742 or 6976614. OLE color: 6976614.

HSL color Cylindrical-coordinate representation of color #66746A: hue angle of 137.14º degrees, saturation: 0.06, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #66746A is Cyan = 0.12, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.55.

Color convert

RGB 102 116 106 -
CMYK 0.12 0 0.09 0.55
HSL 137.14º 0.06% 0.43% -
HSV(B) 137.14º 0.12% 0.45% -
XYZ 14.33 16.36 16.04 -
YUV 110.67 125.36 121.81 -
System Red Green Blue C M Y K H S L
Decimal 102 116 106 0.12 0 0.09 0.55 137.14 0.06 0.43
Hex 66 74 6A C 0 9 37 89 6 2B
Octal 146 164 152 14 0 11 67 211 6 53
Binary 1100110 1110100 1101010 1100 0 1001 110111 10001001 110 101011

Color Harmonies of #66746A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66746A

Black with #66746A

Text Example


Text Example

White with #66746A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66746A; }

 p { color: rgb(102,116,106); }

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

background-color css

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

 a { background-color: rgb(102,116,106); }

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

border-color css

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

 span { border-color: rgb(102,116,106); }

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