Html Css Color HEX #668071 Sirocco

📋 copy color: '#668071'

red 102 ◦ green 128 ◦ blue 113

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

Shades of Sirocco #668071

Tints of Sirocco #668071

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 32.94%

R = 29.74%
G = 37.32%
B = 32.94%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.12

 K value IS 0.50

RGB Variations

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

Color information

#668071 (or 0x668071) is known color: Sirocco. HEX triplet: 66, 80 and 71. RGB value is (102,128,113). Sum of RGB (Red+Green+Blue) = 102+128+113=343 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.74% from 343); Green value is 128 (50.39% from 255 or 37.32% from 343); Blue value is 113 (44.53% from 255 or 32.94% from 343); Max value from RGB is 128 - color contains mainly: green. Hex color #668071 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668071 is #997F8E. Grayscale: #767676. Windows color (decimal): -10059663 or 7438438. OLE color: 7438438.

HSL color Cylindrical-coordinate representation of color #668071: hue angle of 145.38º 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 #668071 is Cyan = 0.20, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.50.

Color convert

RGB 102 128 113 -
CMYK 0.20 0 0.12 0.50
HSL 145.38º 0.11% 0.45% -
HSV(B) 145.38º 0.2% 0.5% -
XYZ 16.18 19.46 18.53 -
YUV 118.52 124.89 116.22 -
System Red Green Blue C M Y K H S L
Decimal 102 128 113 0.20 0 0.12 0.50 145.38 0.11 0.45
Hex 66 80 71 14 0 C 32 91 B 2D
Octal 146 200 161 24 0 14 62 221 13 55
Binary 1100110 10000000 1110001 10100 0 1100 110010 10010001 1011 101101

Color Harmonies of #668071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668071

Black with #668071

Text Example


Text Example

White with #668071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668071; }

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

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

background-color css

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

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

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

border-color css

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

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

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