#678374

Color #678374 Sirocco (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sirocco #678374

Tints of Sirocco #678374

Color information

#678374 (or 0x678374) is unknown color: approx Sirocco. HEX triplet: 67, 83 and 74. RGB value is (103,131,116). Sum of RGB (Red+Green+Blue) = 103+131+116=350 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.43% from 350); Green value is 131 (51.56% from 255 or 37.43% from 350); Blue value is 116 (45.70% from 255 or 33.14% from 350); Max value from RGB is 131 - color contains mainly: green. Hex color #678374 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #678374 is #987C8B. Grayscale: #787878. Windows color (decimal): -9993356 or 7635815. OLE color: 7635815.

HSL color Cylindrical-coordinate representation of color #678374: hue angle of 147.86º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #678374 is Cyan = 0.21, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.49.

Color convert

RGB103131116-
CMYK0.2100.110.49
HSL147.86º11.97%45.88%-
HSV(B)147.86º21.37%51.37%-
XYZ16.8620.3819.57-
YUV120.92125.22115.22-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 29.43%
GREEN value IS 131 (51.56% from 255) = 37.43%
BLUE value IS 116 (45.70% from 255) = 33.14%
R=29.43%
G=37.43%
B=33.14%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1031311160.2100.110.49147.8611.9745.88
Hex678374150B3194c2e
Octal14720316425013612241456
Binary11001111000001111101001010101011110001100101001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #678374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #678374; }

 p { color: rgb(103,131,116); }

 H1.HeaderClassName
 {
   color: #678374;
 }
 .AnyTagClassName
 {
   color: #678374;
 }
</style>
background-color css

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

 a { background-color: rgb(103,131,116); }

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

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

 span { border-color: rgb(103,131,116); }

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