Html Css Color HEX #668471 Sirocco

📋 copy color: '#668471'

red 102 ◦ green 132 ◦ blue 113

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

Shades of Sirocco #668471

Tints of Sirocco #668471

RGB

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

 GREEN value IS 132 (51.95% from 255) = 38.04%

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

R = 29.39%
G = 38.04%
B = 32.56%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.14

 K value IS 0.48

RGB Variations

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

Color information

#668471 (or 0x668471) is known color: Sirocco. HEX triplet: 66, 84 and 71. RGB value is (102,132,113). Sum of RGB (Red+Green+Blue) = 102+132+113=347 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.39% from 347); Green value is 132 (51.95% from 255 or 38.04% from 347); Blue value is 113 (44.53% from 255 or 32.56% from 347); Max value from RGB is 132 - color contains mainly: green. Hex color #668471 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668471 is #997B8E. Grayscale: #787878. Windows color (decimal): -10058639 or 7439462. OLE color: 7439462.

HSL color Cylindrical-coordinate representation of color #668471: hue angle of 142º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #668471 is Cyan = 0.23, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.48.

Color convert

RGB 102 132 113 -
CMYK 0.23 0 0.14 0.48
HSL 142º 0.13% 0.46% -
HSV(B) 142º 0.23% 0.52% -
XYZ 16.71 20.52 18.7 -
YUV 120.86 123.56 114.54 -
System Red Green Blue C M Y K H S L
Decimal 102 132 113 0.23 0 0.14 0.48 142 0.13 0.46
Hex 66 84 71 17 0 E 30 8E D 2E
Octal 146 204 161 27 0 16 60 216 15 56
Binary 1100110 10000100 1110001 10111 0 1110 110000 10001110 1101 101110

Color Harmonies of #668471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668471

Black with #668471

Text Example


Text Example

White with #668471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668471; }

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

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

background-color css

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

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

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

border-color css

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

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

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