Html Css Color HEX #66806E Sirocco

📋 copy color: '#66806E'

red 102 ◦ green 128 ◦ blue 110

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

Shades of Sirocco #66806E

Tints of Sirocco #66806E

RGB

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

 GREEN value IS 128 (50.39% from 255) = 37.65%

 BLUE value IS 110 (43.36% from 255) = 32.35%

R = 30%
G = 37.65%
B = 32.35%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.14

 K value IS 0.50

RGB Variations

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

Color information

#66806E (or 0x66806E) is known color: Sirocco. HEX triplet: 66, 80 and 6E. RGB value is (102,128,110). Sum of RGB (Red+Green+Blue) = 102+128+110=340 (45% of max value = 765). Red value is 102 (40.23% from 255 or 30% from 340); Green value is 128 (50.39% from 255 or 37.65% from 340); Blue value is 110 (43.36% from 255 or 32.35% from 340); Max value from RGB is 128 - color contains mainly: green. Hex color #66806E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66806E is #997F91. Grayscale: #767676. Windows color (decimal): -10059666 or 7241830. OLE color: 7241830.

HSL color Cylindrical-coordinate representation of color #66806E: hue angle of 138.46º degrees, saturation: 0.11, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #66806E is Cyan = 0.20, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.50.

Color convert

RGB 102 128 110 -
CMYK 0.20 0 0.14 0.50
HSL 138.46º 0.11% 0.45% -
HSV(B) 138.46º 0.2% 0.5% -
XYZ 16.01 19.39 17.65 -
YUV 118.17 123.39 116.46 -
System Red Green Blue C M Y K H S L
Decimal 102 128 110 0.20 0 0.14 0.50 138.46 0.11 0.45
Hex 66 80 6E 14 0 E 32 8A B 2D
Octal 146 200 156 24 0 16 62 212 13 55
Binary 1100110 10000000 1101110 10100 0 1110 110010 10001010 1011 101101

Color Harmonies of #66806E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66806E

Black with #66806E

Text Example


Text Example

White with #66806E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66806E; }

 p { color: rgb(102,128,110); }

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

background-color css

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

 a { background-color: rgb(102,128,110); }

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

border-color css

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

 span { border-color: rgb(102,128,110); }

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