Html Css Color HEX #668474 Sirocco

📋 copy color: '#668474'

red 102 ◦ green 132 ◦ blue 116

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

Shades of Sirocco #668474

Tints of Sirocco #668474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 33.14%

R = 29.14%
G = 37.71%
B = 33.14%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.12

 K value IS 0.48

RGB Variations

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

Color information

#668474 (or 0x668474) is known color: Sirocco. HEX triplet: 66, 84 and 74. RGB value is (102,132,116). Sum of RGB (Red+Green+Blue) = 102+132+116=350 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.14% from 350); Green value is 132 (51.95% from 255 or 37.71% from 350); Blue value is 116 (45.70% from 255 or 33.14% from 350); Max value from RGB is 132 - color contains mainly: green. Hex color #668474 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668474 is #997B8B. Grayscale: #797979. Windows color (decimal): -10058636 or 7636070. OLE color: 7636070.

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

Color convert

RGB 102 132 116 -
CMYK 0.23 0 0.12 0.48
HSL 148º 0.13% 0.46% -
HSV(B) 148º 0.23% 0.52% -
XYZ 16.88 20.59 19.61 -
YUV 121.21 125.06 114.3 -
System Red Green Blue C M Y K H S L
Decimal 102 132 116 0.23 0 0.12 0.48 148 0.13 0.46
Hex 66 84 74 17 0 C 30 94 D 2E
Octal 146 204 164 27 0 14 60 224 15 56
Binary 1100110 10000100 1110100 10111 0 1100 110000 10010100 1101 101110

Color Harmonies of #668474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668474

Black with #668474

Text Example


Text Example

White with #668474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668474; }

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

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

background-color css

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

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

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

border-color css

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

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

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