Html Css Color HEX #668672 Sirocco

📋 copy color: '#668672'

red 102 ◦ green 134 ◦ blue 114

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

Shades of Sirocco #668672

Tints of Sirocco #668672

RGB

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

 GREEN value IS 134 (52.73% from 255) = 38.29%

 BLUE value IS 114 (44.92% from 255) = 32.57%

R = 29.14%
G = 38.29%
B = 32.57%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.15

 K value IS 0.47

RGB Variations

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

Color information

#668672 (or 0x668672) is known color: Sirocco. HEX triplet: 66, 86 and 72. RGB value is (102,134,114). Sum of RGB (Red+Green+Blue) = 102+134+114=350 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.14% from 350); Green value is 134 (52.73% from 255 or 38.29% from 350); Blue value is 114 (44.92% from 255 or 32.57% from 350); Max value from RGB is 134 - color contains mainly: green. Hex color #668672 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668672 is #99798D. Grayscale: #7A7A7A. Windows color (decimal): -10058126 or 7505510. OLE color: 7505510.

HSL color Cylindrical-coordinate representation of color #668672: hue angle of 142.5º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #668672 is Cyan = 0.24, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.47.

Color convert

RGB 102 134 114 -
CMYK 0.24 0 0.15 0.47
HSL 142.5º 0.14% 0.46% -
HSV(B) 142.5º 0.24% 0.53% -
XYZ 17.04 21.09 19.09 -
YUV 122.15 123.4 113.63 -
System Red Green Blue C M Y K H S L
Decimal 102 134 114 0.24 0 0.15 0.47 142.5 0.14 0.46
Hex 66 86 72 18 0 F 2F 8E E 2E
Octal 146 206 162 30 0 17 57 216 16 56
Binary 1100110 10000110 1110010 11000 0 1111 101111 10001110 1110 101110

Color Harmonies of #668672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668672

Black with #668672

Text Example


Text Example

White with #668672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668672; }

 p { color: rgb(102,134,114); }

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

background-color css

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

 a { background-color: rgb(102,134,114); }

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

border-color css

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

 span { border-color: rgb(102,134,114); }

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